Html Css Color HEX #5CCBC2 Downy

📋 copy color: '#5CCBC2'

red 92 ◦ green 203 ◦ blue 194

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

Shades of Downy #5CCBC2

Tints of Downy #5CCBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.51%

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 18.81%
G = 41.51%
B = 39.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#5CCBC2 (or 0x5CCBC2) is known color: Downy. HEX triplet: 5C, CB and C2. RGB value is (92,203,194). Sum of RGB (Red+Green+Blue) = 92+203+194=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBC2 is #A3343D. Grayscale: #A8A8A8. Windows color (decimal): -10695742 or 12766044. OLE color: 12766044.

HSL color Cylindrical-coordinate representation of color #5CCBC2: hue angle of 175.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBC2 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 203 194 -
CMYK 0.55 0 0.04 0.20
HSL 175.14º 0.52% 0.58% -
HSV(B) 175.14º 0.55% 0.8% -
XYZ 35.51 48.88 58.6 -
YUV 168.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 92 203 194 0.55 0 0.04 0.20 175.14 0.52 0.58
Hex 5C CB C2 37 0 4 14 AF 34 3A
Octal 134 313 302 67 0 4 24 257 64 72
Binary 1011100 11001011 11000010 110111 0 100 10100 10101111 110100 111010

Color Harmonies of #5CCBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBC2

Black with #5CCBC2

Text Example


Text Example

White with #5CCBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,203,194); }

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

background-color css

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

 a { background-color: rgb(92,203,194); }

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

border-color css

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

 span { border-color: rgb(92,203,194); }

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