Html Css Color HEX #06DFAF Caribbean Green

📋 copy color: '#06DFAF'

red 6 ◦ green 223 ◦ blue 175

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

Shades of Caribbean Green #06DFAF

Tints of Caribbean Green #06DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.2%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 1.49%
G = 55.2%
B = 43.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#06DFAF (or 0x06DFAF) is known color: Caribbean Green. HEX triplet: 06, DF and AF. RGB value is (6,223,175). Sum of RGB (Red+Green+Blue) = 6+223+175=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DFAF is #F92050. Grayscale: #989898. Windows color (decimal): -16326737 or 11525894. OLE color: 11525894.

HSL color Cylindrical-coordinate representation of color #06DFAF: hue angle of 166.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DFAF is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 175 -
CMYK 0.97 0 0.22 0.13
HSL 166.73º 0.95% 0.45% -
HSV(B) 166.73º 0.97% 0.87% -
XYZ 34.2 55.91 49.55 -
YUV 152.65 140.61 23.4 -
System Red Green Blue C M Y K H S L
Decimal 6 223 175 0.97 0 0.22 0.13 166.73 0.95 0.45
Hex 6 DF AF 61 0 16 D A7 5F 2D
Octal 6 337 257 141 0 26 15 247 137 55
Binary 110 11011111 10101111 1100001 0 10110 1101 10100111 1011111 101101

Color Harmonies of #06DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DFAF

Black with #06DFAF

Text Example


Text Example

White with #06DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,223,175); }

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

background-color css

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

 a { background-color: rgb(6,223,175); }

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

border-color css

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

 span { border-color: rgb(6,223,175); }

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