Html Css Color HEX #3CBCAF Light Sea Green

📋 copy color: '#3CBCAF'

red 60 ◦ green 188 ◦ blue 175

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

Shades of Light Sea Green #3CBCAF

Tints of Light Sea Green #3CBCAF

RGB

 RED value IS 60 (23.83% from 255) = 14.18%

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 14.18%
G = 44.44%
B = 41.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#3CBCAF (or 0x3CBCAF) is known color: Light Sea Green. HEX triplet: 3C, BC and AF. RGB value is (60,188,175). Sum of RGB (Red+Green+Blue) = 60+188+175=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBCAF is #C34350. Grayscale: #949494. Windows color (decimal): -12796753 or 11516988. OLE color: 11516988.

HSL color Cylindrical-coordinate representation of color #3CBCAF: hue angle of 173.91º 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 #3CBCAF is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 175 -
CMYK 0.68 0 0.07 0.26
HSL 173.91º 0.52% 0.49% -
HSV(B) 173.91º 0.68% 0.74% -
XYZ 27.58 40.02 46.83 -
YUV 148.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 60 188 175 0.68 0 0.07 0.26 173.91 0.52 0.49
Hex 3C BC AF 44 0 7 1A AE 34 31
Octal 74 274 257 104 0 7 32 256 64 61
Binary 111100 10111100 10101111 1000100 0 111 11010 10101110 110100 110001

Color Harmonies of #3CBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCAF

Black with #3CBCAF

Text Example


Text Example

White with #3CBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,175); }

 H1.HeaderClassName
 {
   color: #3CBCAF;
 }
 .AnyTagClassName
 {
   color: #3CBCAF;
 }
</style>

background-color css

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

 a { background-color: rgb(60,188,175); }

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

border-color css

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

 span { border-color: rgb(60,188,175); }

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