#3BAFAB

Color #3BAFAB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #3BAFAB

Tints of Light Sea Green #3BAFAB

Color information

#3BAFAB (or 0x3BAFAB) is unknown color: approx Light Sea Green. HEX triplet: 3B, AF and AB. RGB value is (59,175,171). Sum of RGB (Red+Green+Blue) = 59+175+171=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFAB is #C45054. Grayscale: #8B8B8B. Windows color (decimal): -12865621 or 11251515. OLE color: 11251515.

HSL color Cylindrical-coordinate representation of color #3BAFAB: hue angle of 177.93º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAFAB is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB59175171-
CMYK0.6600.020.31
HSL177.93º49.57%45.88%-
HSV(B)177.93º66.29%68.63%-
XYZ24.4834.5343.9-
YUV139.86145.5770.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 14.57%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=14.57%
G=43.21%
B=42.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591751710.6600.020.31177.9349.5745.88
Hex3BAFAB42021Fb2322e
Octal7325725310202372626256
Binary111011101011111010101110000100101111110110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BAFAB; }

 p { color: rgb(59,175,171); }

 H1.HeaderClassName
 {
   color: #3BAFAB;
 }
 .AnyTagClassName
 {
   color: #3BAFAB;
 }
</style>
background-color css

<style>
 a { background-color: #3BAFAB; }

 a { background-color: rgb(59,175,171); }

 div.DivClassName
 {
   background-color: #3BAFAB;
 }
 .BgClassName
 {
   background-color: #3BAFAB;
 }
</style>
border-color css

<style>
 span { border-color: #3BAFAB; }

 span { border-color: rgb(59,175,171); }

 td.TdClassName
 {
   border-color: #3BAFAB;
 }
 .TagClassName
 {
   border-color: #3BAFAB;
 }
</style>