Html Css Color HEX #74ECBF Downy

📋 copy color: '#74ECBF'

red 116 ◦ green 236 ◦ blue 191

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

Shades of Downy #74ECBF

Tints of Downy #74ECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.17%

R = 21.36%
G = 43.46%
B = 35.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#74ECBF (or 0x74ECBF) is known color: Downy. HEX triplet: 74, EC and BF. RGB value is (116,236,191). Sum of RGB (Red+Green+Blue) = 116+236+191=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECBF is #8B1340. Grayscale: #C3C3C3. Windows color (decimal): -9114433 or 12577908. OLE color: 12577908.

HSL color Cylindrical-coordinate representation of color #74ECBF: hue angle of 157.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 #74ECBF is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 191 -
CMYK 0.51 0 0.19 0.07
HSL 157.5º 0.76% 0.69% -
HSV(B) 157.5º 0.51% 0.93% -
XYZ 46.6 67.47 59.86 -
YUV 194.99 125.74 71.66 -
System Red Green Blue C M Y K H S L
Decimal 116 236 191 0.51 0 0.19 0.07 157.5 0.76 0.69
Hex 74 EC BF 33 0 13 7 9E 4C 45
Octal 164 354 277 63 0 23 7 236 114 105
Binary 1110100 11101100 10111111 110011 0 10011 111 10011110 1001100 1000101

Color Harmonies of #74ECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECBF

Black with #74ECBF

Text Example


Text Example

White with #74ECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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