Html Css Color HEX #05D0AF Caribbean Green

📋 copy color: '#05D0AF'

red 5 ◦ green 208 ◦ blue 175

#05D0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #05D0AF

Tints of Caribbean Green #05D0AF

RGB

 RED value IS 5 (2.34% from 255) = 1.29%

 GREEN value IS 208 (81.64% from 255) = 53.61%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 1.29%
G = 53.61%
B = 45.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#05D0AF (or 0x05D0AF) is known color: Caribbean Green. HEX triplet: 05, D0 and AF. RGB value is (5,208,175). Sum of RGB (Red+Green+Blue) = 5+208+175=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #05D0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D0AF is #FA2F50. Grayscale: #8F8F8F. Windows color (decimal): -16396113 or 11522053. OLE color: 11522053.

HSL color Cylindrical-coordinate representation of color #05D0AF: hue angle of 170.25º 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 #05D0AF is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 175 -
CMYK 0.98 0 0.16 0.18
HSL 170.25º 0.95% 0.42% -
HSV(B) 170.25º 0.98% 0.82% -
XYZ 30.36 48.24 48.27 -
YUV 143.54 145.75 29.18 -
System Red Green Blue C M Y K H S L
Decimal 5 208 175 0.98 0 0.16 0.18 170.25 0.95 0.42
Hex 5 D0 AF 62 0 10 12 AA 5F 2A
Octal 5 320 257 142 0 20 22 252 137 52
Binary 101 11010000 10101111 1100010 0 10000 10010 10101010 1011111 101010

Color Harmonies of #05D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D0AF

Black with #05D0AF

Text Example


Text Example

White with #05D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05D0AF;
 }
 .AnyTagClassName
 {
   color: #05D0AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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