Html Css Color HEX #5CCFC4 Downy

📋 copy color: '#5CCFC4'

red 92 ◦ green 207 ◦ blue 196

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

Shades of Downy #5CCFC4

Tints of Downy #5CCFC4

RGB

 RED value IS 92 (36.33% from 255) = 18.59%

 GREEN value IS 207 (81.25% from 255) = 41.82%

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 18.59%
G = 41.82%
B = 39.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#5CCFC4 (or 0x5CCFC4) is known color: Downy. HEX triplet: 5C, CF and C4. RGB value is (92,207,196). Sum of RGB (Red+Green+Blue) = 92+207+196=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFC4 is #A3303B. Grayscale: #ABABAB. Windows color (decimal): -10694716 or 12898140. OLE color: 12898140.

HSL color Cylindrical-coordinate representation of color #5CCFC4: hue angle of 174.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFC4 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 207 196 -
CMYK 0.56 0 0.05 0.19
HSL 174.26º 0.55% 0.59% -
HSV(B) 174.26º 0.56% 0.81% -
XYZ 36.69 50.89 60.11 -
YUV 171.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 92 207 196 0.56 0 0.05 0.19 174.26 0.55 0.59
Hex 5C CF C4 38 0 5 13 AE 37 3B
Octal 134 317 304 70 0 5 23 256 67 73
Binary 1011100 11001111 11000100 111000 0 101 10011 10101110 110111 111011

Color Harmonies of #5CCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFC4

Black with #5CCFC4

Text Example


Text Example

White with #5CCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,207,196); }

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

background-color css

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

 a { background-color: rgb(92,207,196); }

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

border-color css

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

 span { border-color: rgb(92,207,196); }

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