Html Css Color HEX #05D59F Caribbean Green

📋 copy color: '#05D59F'

red 5 ◦ green 213 ◦ blue 159

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

Shades of Caribbean Green #05D59F

Tints of Caribbean Green #05D59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.5%

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 1.33%
G = 56.5%
B = 42.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#05D59F (or 0x05D59F) is known color: Caribbean Green. HEX triplet: 05, D5 and 9F. RGB value is (5,213,159). Sum of RGB (Red+Green+Blue) = 5+213+159=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #05D59F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D59F is #FA2A60. Grayscale: #909090. Windows color (decimal): -16394849 or 10474757. OLE color: 10474757.

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

Color convert

RGB 5 213 159 -
CMYK 0.98 0 0.25 0.16
HSL 164.42º 0.95% 0.43% -
HSV(B) 164.42º 0.98% 0.84% -
XYZ 30.11 50.12 40.89 -
YUV 144.65 136.09 28.39 -
System Red Green Blue C M Y K H S L
Decimal 5 213 159 0.98 0 0.25 0.16 164.42 0.95 0.43
Hex 5 D5 9F 62 0 19 10 A4 5F 2B
Octal 5 325 237 142 0 31 20 244 137 53
Binary 101 11010101 10011111 1100010 0 11001 10000 10100100 1011111 101011

Color Harmonies of #05D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D59F

Black with #05D59F

Text Example


Text Example

White with #05D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,213,159); }

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

background-color css

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

 a { background-color: rgb(5,213,159); }

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

border-color css

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

 span { border-color: rgb(5,213,159); }

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