#06BA8F

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

Shades of Caribbean Green #06BA8F

Tints of Caribbean Green #06BA8F

Color information

#06BA8F (or 0x06BA8F) is unknown color: approx Caribbean Green. HEX triplet: 06, BA and 8F. RGB value is (6,186,143). Sum of RGB (Red+Green+Blue) = 6+186+143=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA8F is #F94570. Grayscale: #7F7F7F. Windows color (decimal): -16336241 or 9419270. OLE color: 9419270.

HSL color Cylindrical-coordinate representation of color #06BA8F: hue angle of 165.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA8F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB6186143-
CMYK0.9700.230.27
HSL165.67º93.75%37.65%-
HSV(B)165.67º96.77%72.94%-
XYZ22.5937.1431.96-
YUV127.28136.8741.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=1.79%
G=55.52%
B=42.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861430.9700.230.27165.6793.7537.65
Hex6BA8F610171Ba65e26
Octal62722171410273324613646
Binary1101011101010001111110000101011111011101001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,186,143); }

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

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

 a { background-color: rgb(6,186,143); }

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

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

 span { border-color: rgb(6,186,143); }

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