#3CBDAE

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

Shades of Light Sea Green #3CBDAE

Tints of Light Sea Green #3CBDAE

Color information

#3CBDAE (or 0x3CBDAE) is unknown color: approx Light Sea Green. HEX triplet: 3C, BD and AE. RGB value is (60,189,174). Sum of RGB (Red+Green+Blue) = 60+189+174=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBDAE is #C34251. Grayscale: #949494. Windows color (decimal): -12796498 or 11451708. OLE color: 11451708.

HSL color Cylindrical-coordinate representation of color #3CBDAE: hue angle of 173.02º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBDAE is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB60189174-
CMYK0.6800.080.26
HSL173.02º51.81%48.82%-
HSV(B)173.02º68.25%74.12%-
XYZ27.740.4146.38-
YUV148.72142.2664.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.18%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=14.18%
G=44.68%
B=41.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601891740.6800.080.26173.0251.8148.82
Hex3CBDAE44081Aad3431
Octal74275256104010322556461
Binary11110010111101101011101000100010001101010101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,174); }

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

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

 a { background-color: rgb(60,189,174); }

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

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

 span { border-color: rgb(60,189,174); }

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