Html Css Color HEX #06CBA0 Caribbean Green

📋 copy color: '#06CBA0'

red 6 ◦ green 203 ◦ blue 160

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

Shades of Caribbean Green #06CBA0

Tints of Caribbean Green #06CBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.01%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 1.63%
G = 55.01%
B = 43.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#06CBA0 (or 0x06CBA0) is known color: Caribbean Green. HEX triplet: 06, CB and A0. RGB value is (6,203,160). Sum of RGB (Red+Green+Blue) = 6+203+160=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBA0 is #F9345F. Grayscale: #8B8B8B. Windows color (decimal): -16331872 or 10537734. OLE color: 10537734.

HSL color Cylindrical-coordinate representation of color #06CBA0: hue angle of 166.9º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBA0 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 203 160 -
CMYK 0.97 0 0.21 0.20
HSL 166.9º 0.94% 0.41% -
HSV(B) 166.9º 0.97% 0.8% -
XYZ 27.78 45.29 40.54 -
YUV 139.2 139.73 33 -
System Red Green Blue C M Y K H S L
Decimal 6 203 160 0.97 0 0.21 0.20 166.9 0.94 0.41
Hex 6 CB A0 61 0 15 14 A7 5E 29
Octal 6 313 240 141 0 25 24 247 136 51
Binary 110 11001011 10100000 1100001 0 10101 10100 10100111 1011110 101001

Color Harmonies of #06CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBA0

Black with #06CBA0

Text Example


Text Example

White with #06CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,203,160); }

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

background-color css

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

 a { background-color: rgb(6,203,160); }

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

border-color css

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

 span { border-color: rgb(6,203,160); }

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