Html Css Color HEX #06C0AD Caribbean Green

📋 copy color: '#06C0AD'

red 6 ◦ green 192 ◦ blue 173

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

Shades of Caribbean Green #06C0AD

Tints of Caribbean Green #06C0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 1.62%
G = 51.75%
B = 46.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#06C0AD (or 0x06C0AD) is known color: Caribbean Green. HEX triplet: 06, C0 and AD. RGB value is (6,192,173). Sum of RGB (Red+Green+Blue) = 6+192+173=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #06C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C0AD is #F93F52. Grayscale: #868686. Windows color (decimal): -16334675 or 11386886. OLE color: 11386886.

HSL color Cylindrical-coordinate representation of color #06C0AD: hue angle of 173.87º 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 #06C0AD is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 173 -
CMYK 0.97 0 0.10 0.25
HSL 173.87º 0.94% 0.39% -
HSV(B) 173.87º 0.97% 0.75% -
XYZ 26.47 40.76 46.01 -
YUV 134.22 149.88 36.54 -
System Red Green Blue C M Y K H S L
Decimal 6 192 173 0.97 0 0.10 0.25 173.87 0.94 0.39
Hex 6 C0 AD 61 0 A 19 AE 5E 27
Octal 6 300 255 141 0 12 31 256 136 47
Binary 110 11000000 10101101 1100001 0 1010 11001 10101110 1011110 100111

Color Harmonies of #06C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C0AD

Black with #06C0AD

Text Example


Text Example

White with #06C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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