Html Css Color HEX #05D49C Caribbean Green

📋 copy color: '#05D49C'

red 5 ◦ green 212 ◦ blue 156

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

Shades of Caribbean Green #05D49C

Tints of Caribbean Green #05D49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 1.34%
G = 56.84%
B = 41.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#05D49C (or 0x05D49C) is known color: Caribbean Green. HEX triplet: 05, D4 and 9C. RGB value is (5,212,156). Sum of RGB (Red+Green+Blue) = 5+212+156=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #05D49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D49C is #FA2B63. Grayscale: #8F8F8F. Windows color (decimal): -16395108 or 10277893. OLE color: 10277893.

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

Color convert

RGB 5 212 156 -
CMYK 0.98 0 0.26 0.17
HSL 163.77º 0.95% 0.43% -
HSV(B) 163.77º 0.98% 0.83% -
XYZ 29.61 49.52 39.45 -
YUV 143.72 134.92 29.05 -
System Red Green Blue C M Y K H S L
Decimal 5 212 156 0.98 0 0.26 0.17 163.77 0.95 0.43
Hex 5 D4 9C 62 0 1A 11 A4 5F 2B
Octal 5 324 234 142 0 32 21 244 137 53
Binary 101 11010100 10011100 1100010 0 11010 10001 10100100 1011111 101011

Color Harmonies of #05D49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D49C

Black with #05D49C

Text Example


Text Example

White with #05D49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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