Html Css Color HEX #06CFAB Caribbean Green

📋 copy color: '#06CFAB'

red 6 ◦ green 207 ◦ blue 171

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

Shades of Caribbean Green #06CFAB

Tints of Caribbean Green #06CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.91%

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

R = 1.56%
G = 53.91%
B = 44.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#06CFAB (or 0x06CFAB) is known color: Caribbean Green. HEX triplet: 06, CF and AB. RGB value is (6,207,171). Sum of RGB (Red+Green+Blue) = 6+207+171=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #06CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CFAB is #F93054. Grayscale: #8E8E8E. Windows color (decimal): -16330837 or 11259654. OLE color: 11259654.

HSL color Cylindrical-coordinate representation of color #06CFAB: hue angle of 169.25º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFAB is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 207 171 -
CMYK 0.97 0 0.17 0.19
HSL 169.25º 0.94% 0.42% -
HSV(B) 169.25º 0.97% 0.81% -
XYZ 29.74 47.6 46.15 -
YUV 142.8 143.91 30.43 -
System Red Green Blue C M Y K H S L
Decimal 6 207 171 0.97 0 0.17 0.19 169.25 0.94 0.42
Hex 6 CF AB 61 0 11 13 A9 5E 2A
Octal 6 317 253 141 0 21 23 251 136 52
Binary 110 11001111 10101011 1100001 0 10001 10011 10101001 1011110 101010

Color Harmonies of #06CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFAB

Black with #06CFAB

Text Example


Text Example

White with #06CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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