Html Css Color HEX #74ECBD Downy

📋 copy color: '#74ECBD'

red 116 ◦ green 236 ◦ blue 189

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

Shades of Downy #74ECBD

Tints of Downy #74ECBD

RGB

 RED value IS 116 (45.7% from 255) = 21.44%

 GREEN value IS 236 (92.58% from 255) = 43.62%

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 21.44%
G = 43.62%
B = 34.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#74ECBD (or 0x74ECBD) is known color: Downy. HEX triplet: 74, EC and BD. RGB value is (116,236,189). Sum of RGB (Red+Green+Blue) = 116+236+189=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECBD is #8B1342. Grayscale: #C2C2C2. Windows color (decimal): -9114435 or 12446836. OLE color: 12446836.

HSL color Cylindrical-coordinate representation of color #74ECBD: hue angle of 156.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ECBD is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 189 -
CMYK 0.51 0 0.20 0.07
HSL 156.5º 0.76% 0.69% -
HSV(B) 156.5º 0.51% 0.93% -
XYZ 46.38 67.38 58.7 -
YUV 194.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 116 236 189 0.51 0 0.20 0.07 156.5 0.76 0.69
Hex 74 EC BD 33 0 14 7 9C 4C 45
Octal 164 354 275 63 0 24 7 234 114 105
Binary 1110100 11101100 10111101 110011 0 10100 111 10011100 1001100 1000101

Color Harmonies of #74ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECBD

Black with #74ECBD

Text Example


Text Example

White with #74ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74ECBD; }

 p { color: rgb(116,236,189); }

 H1.HeaderClassName
 {
   color: #74ECBD;
 }
 .AnyTagClassName
 {
   color: #74ECBD;
 }
</style>

background-color css

<style>
 a { background-color: #74ECBD; }

 a { background-color: rgb(116,236,189); }

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

border-color css

<style>
 span { border-color: #74ECBD; }

 span { border-color: rgb(116,236,189); }

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