Html Css Color HEX #05D49B Caribbean Green

📋 copy color: '#05D49B'

red 5 ◦ green 212 ◦ blue 155

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

Shades of Caribbean Green #05D49B

Tints of Caribbean Green #05D49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.99%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 1.34%
G = 56.99%
B = 41.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#05D49B (or 0x05D49B) is known color: Caribbean Green. HEX triplet: 05, D4 and 9B. RGB value is (5,212,155). Sum of RGB (Red+Green+Blue) = 5+212+155=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #05D49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D49B is #FA2B64. Grayscale: #8F8F8F. Windows color (decimal): -16395109 or 10212357. OLE color: 10212357.

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

Color convert

RGB 5 212 155 -
CMYK 0.98 0 0.27 0.17
HSL 163.48º 0.95% 0.43% -
HSV(B) 163.48º 0.98% 0.83% -
XYZ 29.52 49.49 39.01 -
YUV 143.61 134.42 29.13 -
System Red Green Blue C M Y K H S L
Decimal 5 212 155 0.98 0 0.27 0.17 163.48 0.95 0.43
Hex 5 D4 9B 62 0 1B 11 A3 5F 2B
Octal 5 324 233 142 0 33 21 243 137 53
Binary 101 11010100 10011011 1100010 0 11011 10001 10100011 1011111 101011

Color Harmonies of #05D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D49B

Black with #05D49B

Text Example


Text Example

White with #05D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,212,155); }

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

background-color css

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

 a { background-color: rgb(5,212,155); }

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

border-color css

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

 span { border-color: rgb(5,212,155); }

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