#06D8A5

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

Shades of Caribbean Green #06D8A5

Tints of Caribbean Green #06D8A5

Color information

#06D8A5 (or 0x06D8A5) is unknown color: approx Caribbean Green. HEX triplet: 06, D8 and A5. RGB value is (6,216,165). Sum of RGB (Red+Green+Blue) = 6+216+165=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #06D8A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D8A5 is #F9275A. Grayscale: #939393. Windows color (decimal): -16328539 or 10868742. OLE color: 10868742.

HSL color Cylindrical-coordinate representation of color #06D8A5: hue angle of 165.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D8A5 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB6216165-
CMYK0.9700.240.15
HSL165.43º94.59%43.53%-
HSV(B)165.43º97.22%84.71%-
XYZ31.4251.8743.95-
YUV147.4137.9327.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.55%
GREEN value IS 216 (84.77% from 255) = 55.81%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=1.55%
G=55.81%
B=42.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62161650.9700.240.15165.4394.5943.53
Hex6D8A561018Fa55f2c
Octal63302451410301724513754
Binary110110110001010010111000010110001111101001011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,216,165); }

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

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

 a { background-color: rgb(6,216,165); }

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

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

 span { border-color: rgb(6,216,165); }

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