Html Css Color HEX #06C6AF Caribbean Green

📋 copy color: '#06C6AF'

red 6 ◦ green 198 ◦ blue 175

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

Shades of Caribbean Green #06C6AF

Tints of Caribbean Green #06C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.24%

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

R = 1.58%
G = 52.24%
B = 46.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#06C6AF (or 0x06C6AF) is known color: Caribbean Green. HEX triplet: 06, C6 and AF. RGB value is (6,198,175). Sum of RGB (Red+Green+Blue) = 6+198+175=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #06C6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C6AF is #F93950. Grayscale: #898989. Windows color (decimal): -16333137 or 11519494. OLE color: 11519494.

HSL color Cylindrical-coordinate representation of color #06C6AF: hue angle of 172.81º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C6AF is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 198 175 -
CMYK 0.97 0 0.12 0.22
HSL 172.81º 0.94% 0.4% -
HSV(B) 172.81º 0.97% 0.78% -
XYZ 28.01 43.52 47.48 -
YUV 137.97 148.89 33.87 -
System Red Green Blue C M Y K H S L
Decimal 6 198 175 0.97 0 0.12 0.22 172.81 0.94 0.4
Hex 6 C6 AF 61 0 C 16 AD 5E 28
Octal 6 306 257 141 0 14 26 255 136 50
Binary 110 11000110 10101111 1100001 0 1100 10110 10101101 1011110 101000

Color Harmonies of #06C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C6AF

Black with #06C6AF

Text Example


Text Example

White with #06C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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