Html Css Color HEX #06CBAB Caribbean Green

📋 copy color: '#06CBAB'

red 6 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #06CBAB

Tints of Caribbean Green #06CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 1.58%
G = 53.42%
B = 45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#06CBAB (or 0x06CBAB) is known color: Caribbean Green. HEX triplet: 06, CB and AB. RGB value is (6,203,171). Sum of RGB (Red+Green+Blue) = 6+203+171=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBAB is #F93454. Grayscale: #8C8C8C. Windows color (decimal): -16331861 or 11258630. OLE color: 11258630.

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

Color convert

RGB 6 203 171 -
CMYK 0.97 0 0.16 0.20
HSL 170.25º 0.94% 0.41% -
HSV(B) 170.25º 0.97% 0.8% -
XYZ 28.78 45.69 45.83 -
YUV 140.45 145.23 32.1 -
System Red Green Blue C M Y K H S L
Decimal 6 203 171 0.97 0 0.16 0.20 170.25 0.94 0.41
Hex 6 CB AB 61 0 10 14 AA 5E 29
Octal 6 313 253 141 0 20 24 252 136 51
Binary 110 11001011 10101011 1100001 0 10000 10100 10101010 1011110 101001

Color Harmonies of #06CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBAB

Black with #06CBAB

Text Example


Text Example

White with #06CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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