Html Css Color HEX #05D9AF Caribbean Green

📋 copy color: '#05D9AF'

red 5 ◦ green 217 ◦ blue 175

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

Shades of Caribbean Green #05D9AF

Tints of Caribbean Green #05D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.66%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 1.26%
G = 54.66%
B = 44.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#05D9AF (or 0x05D9AF) is known color: Caribbean Green. HEX triplet: 05, D9 and AF. RGB value is (5,217,175). Sum of RGB (Red+Green+Blue) = 5+217+175=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #05D9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D9AF is #FA2650. Grayscale: #949494. Windows color (decimal): -16393809 or 11524357. OLE color: 11524357.

HSL color Cylindrical-coordinate representation of color #05D9AF: hue angle of 168.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D9AF is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 217 175 -
CMYK 0.98 0 0.19 0.15
HSL 168.11º 0.95% 0.44% -
HSV(B) 168.11º 0.98% 0.85% -
XYZ 32.61 52.75 49.02 -
YUV 148.82 142.76 25.42 -
System Red Green Blue C M Y K H S L
Decimal 5 217 175 0.98 0 0.19 0.15 168.11 0.95 0.44
Hex 5 D9 AF 62 0 13 F A8 5F 2C
Octal 5 331 257 142 0 23 17 250 137 54
Binary 101 11011001 10101111 1100010 0 10011 1111 10101000 1011111 101100

Color Harmonies of #05D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D9AF

Black with #05D9AF

Text Example


Text Example

White with #05D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,217,175); }

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

background-color css

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

 a { background-color: rgb(5,217,175); }

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

border-color css

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

 span { border-color: rgb(5,217,175); }

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