Html Css Color HEX #5CCBBA Downy

📋 copy color: '#5CCBBA'

red 92 ◦ green 203 ◦ blue 186

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

Shades of Downy #5CCBBA

Tints of Downy #5CCBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 19.13%
G = 42.2%
B = 38.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#5CCBBA (or 0x5CCBBA) is known color: Downy. HEX triplet: 5C, CB and BA. RGB value is (92,203,186). Sum of RGB (Red+Green+Blue) = 92+203+186=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBBA is #A33445. Grayscale: #A7A7A7. Windows color (decimal): -10695750 or 12241756. OLE color: 12241756.

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

Color convert

RGB 92 203 186 -
CMYK 0.55 0 0.08 0.20
HSL 170.81º 0.52% 0.58% -
HSV(B) 170.81º 0.55% 0.8% -
XYZ 34.63 48.53 54 -
YUV 167.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 92 203 186 0.55 0 0.08 0.20 170.81 0.52 0.58
Hex 5C CB BA 37 0 8 14 AB 34 3A
Octal 134 313 272 67 0 10 24 253 64 72
Binary 1011100 11001011 10111010 110111 0 1000 10100 10101011 110100 111010

Color Harmonies of #5CCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBBA

Black with #5CCBBA

Text Example


Text Example

White with #5CCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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