Html Css Color HEX #05D09C Caribbean Green

📋 copy color: '#05D09C'

red 5 ◦ green 208 ◦ blue 156

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

Shades of Caribbean Green #05D09C

Tints of Caribbean Green #05D09C

RGB

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

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

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

R = 1.36%
G = 56.37%
B = 42.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#05D09C (or 0x05D09C) is known color: Caribbean Green. HEX triplet: 05, D0 and 9C. RGB value is (5,208,156). Sum of RGB (Red+Green+Blue) = 5+208+156=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #05D09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D09C is #FA2F63. Grayscale: #8D8D8D. Windows color (decimal): -16396132 or 10276869. OLE color: 10276869.

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

Color convert

RGB 5 208 156 -
CMYK 0.98 0 0.25 0.18
HSL 164.63º 0.95% 0.42% -
HSV(B) 164.63º 0.98% 0.82% -
XYZ 28.62 47.54 39.12 -
YUV 141.38 136.25 30.73 -
System Red Green Blue C M Y K H S L
Decimal 5 208 156 0.98 0 0.25 0.18 164.63 0.95 0.42
Hex 5 D0 9C 62 0 19 12 A5 5F 2A
Octal 5 320 234 142 0 31 22 245 137 52
Binary 101 11010000 10011100 1100010 0 11001 10010 10100101 1011111 101010

Color Harmonies of #05D09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D09C

Black with #05D09C

Text Example


Text Example

White with #05D09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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