Html Css Color HEX #06C0AE Caribbean Green

📋 copy color: '#06C0AE'

red 6 ◦ green 192 ◦ blue 174

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

Shades of Caribbean Green #06C0AE

Tints of Caribbean Green #06C0AE

RGB

 RED value IS 6 (2.73% from 255) = 1.61%

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 1.61%
G = 51.61%
B = 46.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#06C0AE (or 0x06C0AE) is known color: Caribbean Green. HEX triplet: 06, C0 and AE. RGB value is (6,192,174). Sum of RGB (Red+Green+Blue) = 6+192+174=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #06C0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C0AE is #F93F51. Grayscale: #868686. Windows color (decimal): -16334674 or 11452422. OLE color: 11452422.

HSL color Cylindrical-coordinate representation of color #06C0AE: hue angle of 174.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C0AE is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 174 -
CMYK 0.97 0 0.09 0.25
HSL 174.19º 0.94% 0.39% -
HSV(B) 174.19º 0.97% 0.75% -
XYZ 26.56 40.79 46.52 -
YUV 134.33 150.38 36.46 -
System Red Green Blue C M Y K H S L
Decimal 6 192 174 0.97 0 0.09 0.25 174.19 0.94 0.39
Hex 6 C0 AE 61 0 9 19 AE 5E 27
Octal 6 300 256 141 0 11 31 256 136 47
Binary 110 11000000 10101110 1100001 0 1001 11001 10101110 1011110 100111

Color Harmonies of #06C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C0AE

Black with #06C0AE

Text Example


Text Example

White with #06C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C0AE; }

 p { color: rgb(6,192,174); }

 H1.HeaderClassName
 {
   color: #06C0AE;
 }
 .AnyTagClassName
 {
   color: #06C0AE;
 }
</style>

background-color css

<style>
 a { background-color: #06C0AE; }

 a { background-color: rgb(6,192,174); }

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

border-color css

<style>
 span { border-color: #06C0AE; }

 span { border-color: rgb(6,192,174); }

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