#06E4B4

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

Shades of Caribbean Green #06E4B4

Tints of Caribbean Green #06E4B4

Color information

#06E4B4 (or 0x06E4B4) is unknown color: approx Caribbean Green. HEX triplet: 06, E4 and B4. RGB value is (6,228,180). Sum of RGB (Red+Green+Blue) = 6+228+180=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #06E4B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E4B4 is #F91B4B. Grayscale: #9C9C9C. Windows color (decimal): -16325452 or 11854854. OLE color: 11854854.

HSL color Cylindrical-coordinate representation of color #06E4B4: hue angle of 167.03º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E4B4 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB6228180-
CMYK0.9700.210.11
HSL167.03º94.87%45.88%-
HSV(B)167.03º97.37%89.41%-
XYZ36.0658.8252.63-
YUV156.15141.4520.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.45%
GREEN value IS 228 (89.45% from 255) = 55.07%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=1.45%
G=55.07%
B=43.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal62281800.9700.210.11167.0394.8745.88
Hex6E4B461015Ba75f2e
Octal63442641410251324713756
Binary110111001001011010011000010101011011101001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,228,180); }

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

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

 a { background-color: rgb(6,228,180); }

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

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

 span { border-color: rgb(6,228,180); }

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