#05D8AF

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

Shades of Caribbean Green #05D8AF

Tints of Caribbean Green #05D8AF

Color information

#05D8AF (or 0x05D8AF) is unknown color: approx Caribbean Green. HEX triplet: 05, D8 and AF. RGB value is (5,216,175). Sum of RGB (Red+Green+Blue) = 5+216+175=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #05D8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D8AF is #FA2750. Grayscale: #949494. Windows color (decimal): -16394065 or 11524101. OLE color: 11524101.

HSL color Cylindrical-coordinate representation of color #05D8AF: hue angle of 168.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D8AF is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB5216175-
CMYK0.9800.190.15
HSL168.34º95.48%43.33%-
HSV(B)168.34º97.69%84.71%-
XYZ32.3652.2448.94-
YUV148.24143.125.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.26%
GREEN value IS 216 (84.77% from 255) = 54.55%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=1.26%
G=54.55%
B=44.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52161750.9800.190.15168.3495.4843.33
Hex5D8AF62013Fa85f2b
Octal53302571420231725013753
Binary101110110001010111111000100100111111101010001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,216,175); }

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

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

 a { background-color: rgb(5,216,175); }

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

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

 span { border-color: rgb(5,216,175); }

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