Html Css Color HEX #5FE5CA Downy

📋 copy color: '#5FE5CA'

red 95 ◦ green 229 ◦ blue 202

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

Shades of Downy #5FE5CA

Tints of Downy #5FE5CA

RGB

 RED value IS 95 (37.5% from 255) = 18.06%

 GREEN value IS 229 (89.84% from 255) = 43.54%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 18.06%
G = 43.54%
B = 38.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#5FE5CA (or 0x5FE5CA) is known color: Downy. HEX triplet: 5F, E5 and CA. RGB value is (95,229,202). Sum of RGB (Red+Green+Blue) = 95+229+202=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5CA is #A01A35. Grayscale: #B9B9B9. Windows color (decimal): -10492470 or 13296991. OLE color: 13296991.

HSL color Cylindrical-coordinate representation of color #5FE5CA: hue angle of 167.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5CA is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 229 202 -
CMYK 0.59 0 0.12 0.10
HSL 167.91º 0.72% 0.64% -
HSV(B) 167.91º 0.59% 0.9% -
XYZ 43.4 62.74 65.7 -
YUV 185.86 137.11 63.2 -
System Red Green Blue C M Y K H S L
Decimal 95 229 202 0.59 0 0.12 0.10 167.91 0.72 0.64
Hex 5F E5 CA 3B 0 C A A8 48 40
Octal 137 345 312 73 0 14 12 250 110 100
Binary 1011111 11100101 11001010 111011 0 1100 1010 10101000 1001000 1000000

Color Harmonies of #5FE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE5CA

Black with #5FE5CA

Text Example


Text Example

White with #5FE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FE5CA; }

 p { color: rgb(95,229,202); }

 H1.HeaderClassName
 {
   color: #5FE5CA;
 }
 .AnyTagClassName
 {
   color: #5FE5CA;
 }
</style>

background-color css

<style>
 a { background-color: #5FE5CA; }

 a { background-color: rgb(95,229,202); }

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

border-color css

<style>
 span { border-color: #5FE5CA; }

 span { border-color: rgb(95,229,202); }

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