Html Css Color HEX #5FCABC Downy

📋 copy color: '#5FCABC'

red 95 ◦ green 202 ◦ blue 188

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

Shades of Downy #5FCABC

Tints of Downy #5FCABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 19.59%
G = 41.65%
B = 38.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#5FCABC (or 0x5FCABC) is known color: Downy. HEX triplet: 5F, CA and BC. RGB value is (95,202,188). Sum of RGB (Red+Green+Blue) = 95+202+188=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCABC is #A03543. Grayscale: #A8A8A8. Windows color (decimal): -10499396 or 12372575. OLE color: 12372575.

HSL color Cylindrical-coordinate representation of color #5FCABC: hue angle of 172.15º 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 #5FCABC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 188 -
CMYK 0.53 0 0.07 0.21
HSL 172.15º 0.5% 0.58% -
HSV(B) 172.15º 0.53% 0.79% -
XYZ 34.92 48.3 55.06 -
YUV 168.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 95 202 188 0.53 0 0.07 0.21 172.15 0.5 0.58
Hex 5F CA BC 35 0 7 15 AC 32 3A
Octal 137 312 274 65 0 7 25 254 62 72
Binary 1011111 11001010 10111100 110101 0 111 10101 10101100 110010 111010

Color Harmonies of #5FCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCABC

Black with #5FCABC

Text Example


Text Example

White with #5FCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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