Html Css Color HEX #5CCBC0 Downy

📋 copy color: '#5CCBC0'

red 92 ◦ green 203 ◦ blue 192

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

Shades of Downy #5CCBC0

Tints of Downy #5CCBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 18.89%
G = 41.68%
B = 39.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#5CCBC0 (or 0x5CCBC0) is known color: Downy. HEX triplet: 5C, CB and C0. RGB value is (92,203,192). Sum of RGB (Red+Green+Blue) = 92+203+192=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBC0 is #A3343F. Grayscale: #A8A8A8. Windows color (decimal): -10695744 or 12634972. OLE color: 12634972.

HSL color Cylindrical-coordinate representation of color #5CCBC0: hue angle of 174.05º 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 #5CCBC0 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 203 192 -
CMYK 0.55 0 0.05 0.20
HSL 174.05º 0.52% 0.58% -
HSV(B) 174.05º 0.55% 0.8% -
XYZ 35.28 48.79 57.43 -
YUV 168.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 92 203 192 0.55 0 0.05 0.20 174.05 0.52 0.58
Hex 5C CB C0 37 0 5 14 AE 34 3A
Octal 134 313 300 67 0 5 24 256 64 72
Binary 1011100 11001011 11000000 110111 0 101 10100 10101110 110100 111010

Color Harmonies of #5CCBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBC0

Black with #5CCBC0

Text Example


Text Example

White with #5CCBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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