#05D07D

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

Shades of Caribbean Green #05D07D

Tints of Caribbean Green #05D07D

Color information

#05D07D (or 0x05D07D) is unknown color: approx Caribbean Green. HEX triplet: 05, D0 and 7D. RGB value is (5,208,125). Sum of RGB (Red+Green+Blue) = 5+208+125=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #05D07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D07D is #FA2F82. Grayscale: #898989. Windows color (decimal): -16396163 or 8245253. OLE color: 8245253.

HSL color Cylindrical-coordinate representation of color #05D07D: hue angle of 155.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D07D is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB5208125-
CMYK0.9800.400.18
HSL155.47º95.31%41.76%-
HSV(B)155.47º97.6%81.57%-
XYZ26.3246.6227.01-
YUV137.84120.7533.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.48%
GREEN value IS 208 (81.64% from 255) = 61.54%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=1.48%
G=61.54%
B=36.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52081250.9800.400.18155.4795.3141.76
Hex5D07D62028129b5f2a
Octal53201751420502223313752
Binary1011101000011111011100010010100010010100110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05D07D; }

 p { color: rgb(5,208,125); }

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

<style>
 a { background-color: #05D07D; }

 a { background-color: rgb(5,208,125); }

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

<style>
 span { border-color: #05D07D; }

 span { border-color: rgb(5,208,125); }

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