Html Css Color HEX #5FCABD Downy

📋 copy color: '#5FCABD'

red 95 ◦ green 202 ◦ blue 189

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

Shades of Downy #5FCABD

Tints of Downy #5FCABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 19.55%
G = 41.56%
B = 38.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#5FCABD (or 0x5FCABD) is known color: Downy. HEX triplet: 5F, CA and BD. RGB value is (95,202,189). Sum of RGB (Red+Green+Blue) = 95+202+189=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCABD is #A03542. Grayscale: #A8A8A8. Windows color (decimal): -10499395 or 12438111. OLE color: 12438111.

HSL color Cylindrical-coordinate representation of color #5FCABD: hue angle of 172.71º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCABD is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 189 -
CMYK 0.53 0 0.06 0.21
HSL 172.71º 0.5% 0.58% -
HSV(B) 172.71º 0.53% 0.79% -
XYZ 35.03 48.35 55.63 -
YUV 168.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 95 202 189 0.53 0 0.06 0.21 172.71 0.5 0.58
Hex 5F CA BD 35 0 6 15 AD 32 3A
Octal 137 312 275 65 0 6 25 255 62 72
Binary 1011111 11001010 10111101 110101 0 110 10101 10101101 110010 111010

Color Harmonies of #5FCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCABD

Black with #5FCABD

Text Example


Text Example

White with #5FCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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