#06C8B2

Color #06C8B2 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #06C8B2

Tints of Caribbean Green #06C8B2

Color information

#06C8B2 (or 0x06C8B2) is unknown color: approx Caribbean Green. HEX triplet: 06, C8 and B2. RGB value is (6,200,178). Sum of RGB (Red+Green+Blue) = 6+200+178=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #06C8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C8B2 is #F9374D. Grayscale: #8B8B8B. Windows color (decimal): -16332622 or 11716614. OLE color: 11716614.

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

Color convert

RGB6200178-
CMYK0.9700.110.22
HSL173.2º94.17%40.39%-
HSV(B)173.2º97%78.43%-
XYZ28.7744.5649.2-
YUV139.49149.7332.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.56%
GREEN value IS 200 (78.52% from 255) = 52.08%
BLUE value IS 178 (69.92% from 255) = 46.35%
R=1.56%
G=52.08%
B=46.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal62001780.9700.110.22173.294.1740.39
Hex6C8B2610B16ad5e28
Octal63102621410132625513650
Binary110110010001011001011000010101110110101011011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,200,178); }

 H1.HeaderClassName
 {
   color: #06C8B2;
 }
 .AnyTagClassName
 {
   color: #06C8B2;
 }
</style>
background-color css

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

 a { background-color: rgb(6,200,178); }

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

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

 span { border-color: rgb(6,200,178); }

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