#06BCA4

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

Shades of Caribbean Green #06BCA4

Tints of Caribbean Green #06BCA4

Color information

#06BCA4 (or 0x06BCA4) is unknown color: approx Caribbean Green. HEX triplet: 06, BC and A4. RGB value is (6,188,164). Sum of RGB (Red+Green+Blue) = 6+188+164=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BCA4 is #F9435B. Grayscale: #828282. Windows color (decimal): -16335708 or 10796038. OLE color: 10796038.

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

Color convert

RGB6188164-
CMYK0.9700.130.26
HSL172.09º93.81%38.04%-
HSV(B)172.09º96.81%73.73%-
XYZ24.7638.6941.28-
YUV130.85146.738.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 188 (73.83% from 255) = 52.51%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=1.68%
G=52.51%
B=45.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61881640.9700.130.26172.0993.8138.04
Hex6BCA4610D1Aac5e26
Octal62742441410153225413646
Binary110101111001010010011000010110111010101011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,188,164); }

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

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

 a { background-color: rgb(6,188,164); }

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

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

 span { border-color: rgb(6,188,164); }

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