Html Css Color HEX #3CBDAE Light Sea Green

📋 copy color: '#3CBDAE'

red 60 ◦ green 189 ◦ blue 174

#3CBDAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #3CBDAE

Tints of Light Sea Green #3CBDAE

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 value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#3CBDAE (or 0x3CBDAE) is known color: 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

RGB 60 189 174 -
CMYK 0.68 0 0.08 0.26
HSL 173.02º 0.52% 0.49% -
HSV(B) 173.02º 0.68% 0.74% -
XYZ 27.7 40.41 46.38 -
YUV 148.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 60 189 174 0.68 0 0.08 0.26 173.02 0.52 0.49
Hex 3C BD AE 44 0 8 1A AD 34 31
Octal 74 275 256 104 0 10 32 255 64 61
Binary 111100 10111101 10101110 1000100 0 1000 11010 10101101 110100 110001

Color Harmonies of #3CBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDAE

Black with #3CBDAE

Text Example


Text Example

White with #3CBDAE

Text Example


Text Example

HTML Codes & Css Web 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>