Html Css Color HEX #05DB9F Caribbean Green

📋 copy color: '#05DB9F'

red 5 ◦ green 219 ◦ blue 159

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

Shades of Caribbean Green #05DB9F

Tints of Caribbean Green #05DB9F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.18%

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

R = 1.31%
G = 57.18%
B = 41.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#05DB9F (or 0x05DB9F) is known color: Caribbean Green. HEX triplet: 05, DB and 9F. RGB value is (5,219,159). Sum of RGB (Red+Green+Blue) = 5+219+159=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DB9F is #FA2460. Grayscale: #949494. Windows color (decimal): -16393313 or 10476293. OLE color: 10476293.

HSL color Cylindrical-coordinate representation of color #05DB9F: hue angle of 163.18º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB9F is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 159 -
CMYK 0.98 0 0.27 0.14
HSL 163.18º 0.96% 0.44% -
HSV(B) 163.18º 0.98% 0.86% -
XYZ 31.65 53.2 41.4 -
YUV 148.17 134.1 25.88 -
System Red Green Blue C M Y K H S L
Decimal 5 219 159 0.98 0 0.27 0.14 163.18 0.96 0.44
Hex 5 DB 9F 62 0 1B E A3 60 2C
Octal 5 333 237 142 0 33 16 243 140 54
Binary 101 11011011 10011111 1100010 0 11011 1110 10100011 1100000 101100

Color Harmonies of #05DB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB9F

Black with #05DB9F

Text Example


Text Example

White with #05DB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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