Html Css Color HEX #74E2CA Downy

📋 copy color: '#74E2CA'

red 116 ◦ green 226 ◦ blue 202

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

Shades of Downy #74E2CA

Tints of Downy #74E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 21.32%
G = 41.54%
B = 37.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#74E2CA (or 0x74E2CA) is known color: Downy. HEX triplet: 74, E2 and CA. RGB value is (116,226,202). Sum of RGB (Red+Green+Blue) = 116+226+202=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E2CA is #8B1D35. Grayscale: #BEBEBE. Windows color (decimal): -9116982 or 13296244. OLE color: 13296244.

HSL color Cylindrical-coordinate representation of color #74E2CA: hue angle of 166.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E2CA is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 226 202 -
CMYK 0.49 0 0.11 0.11
HSL 166.91º 0.65% 0.67% -
HSV(B) 166.91º 0.49% 0.89% -
XYZ 45.06 62.37 65.54 -
YUV 190.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 116 226 202 0.49 0 0.11 0.11 166.91 0.65 0.67
Hex 74 E2 CA 31 0 B B A7 41 43
Octal 164 342 312 61 0 13 13 247 101 103
Binary 1110100 11100010 11001010 110001 0 1011 1011 10100111 1000001 1000011

Color Harmonies of #74E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E2CA

Black with #74E2CA

Text Example


Text Example

White with #74E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,226,202); }

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

background-color css

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

 a { background-color: rgb(116,226,202); }

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

border-color css

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

 span { border-color: rgb(116,226,202); }

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