Html Css Color HEX #74E7C3 Downy

📋 copy color: '#74E7C3'

red 116 ◦ green 231 ◦ blue 195

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

Shades of Downy #74E7C3

Tints of Downy #74E7C3

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.62%

 BLUE value IS 195 (76.56% from 255) = 35.98%

R = 21.4%
G = 42.62%
B = 35.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#74E7C3 (or 0x74E7C3) is known color: Downy. HEX triplet: 74, E7 and C3. RGB value is (116,231,195). Sum of RGB (Red+Green+Blue) = 116+231+195=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #74E7C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E7C3 is #8B183C. Grayscale: #C0C0C0. Windows color (decimal): -9115709 or 12838772. OLE color: 12838772.

HSL color Cylindrical-coordinate representation of color #74E7C3: hue angle of 161.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E7C3 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 231 195 -
CMYK 0.50 0 0.16 0.09
HSL 161.22º 0.71% 0.68% -
HSV(B) 161.22º 0.5% 0.91% -
XYZ 45.63 64.8 61.73 -
YUV 192.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 116 231 195 0.50 0 0.16 0.09 161.22 0.71 0.68
Hex 74 E7 C3 32 0 10 9 A1 47 44
Octal 164 347 303 62 0 20 11 241 107 104
Binary 1110100 11100111 11000011 110010 0 10000 1001 10100001 1000111 1000100

Color Harmonies of #74E7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E7C3

Black with #74E7C3

Text Example


Text Example

White with #74E7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,231,195); }

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

background-color css

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

 a { background-color: rgb(116,231,195); }

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

border-color css

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

 span { border-color: rgb(116,231,195); }

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