Html Css Color HEX #58DEC2 Downy

📋 copy color: '#58DEC2'

red 88 ◦ green 222 ◦ blue 194

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

Shades of Downy #58DEC2

Tints of Downy #58DEC2

RGB

 RED value IS 88 (34.77% from 255) = 17.46%

 GREEN value IS 222 (87.11% from 255) = 44.05%

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

R = 17.46%
G = 44.05%
B = 38.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#58DEC2 (or 0x58DEC2) is known color: Downy. HEX triplet: 58, DE and C2. RGB value is (88,222,194). Sum of RGB (Red+Green+Blue) = 88+222+194=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #58DEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DEC2 is #A7213D. Grayscale: #B2B2B2. Windows color (decimal): -10953022 or 12770904. OLE color: 12770904.

HSL color Cylindrical-coordinate representation of color #58DEC2: hue angle of 167.46º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DEC2 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 222 194 -
CMYK 0.60 0 0.13 0.13
HSL 167.46º 0.67% 0.61% -
HSV(B) 167.46º 0.6% 0.87% -
XYZ 39.88 58.21 60.17 -
YUV 178.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 88 222 194 0.60 0 0.13 0.13 167.46 0.67 0.61
Hex 58 DE C2 3C 0 D D A7 43 3D
Octal 130 336 302 74 0 15 15 247 103 75
Binary 1011000 11011110 11000010 111100 0 1101 1101 10100111 1000011 111101

Color Harmonies of #58DEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DEC2

Black with #58DEC2

Text Example


Text Example

White with #58DEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58DEC2; }

 p { color: rgb(88,222,194); }

 H1.HeaderClassName
 {
   color: #58DEC2;
 }
 .AnyTagClassName
 {
   color: #58DEC2;
 }
</style>

background-color css

<style>
 a { background-color: #58DEC2; }

 a { background-color: rgb(88,222,194); }

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

border-color css

<style>
 span { border-color: #58DEC2; }

 span { border-color: rgb(88,222,194); }

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