Html Css Color HEX #74E6CC Downy

📋 copy color: '#74E6CC'

red 116 ◦ green 230 ◦ blue 204

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

Shades of Downy #74E6CC

Tints of Downy #74E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.82%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 21.09%
G = 41.82%
B = 37.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#74E6CC (or 0x74E6CC) is known color: Downy. HEX triplet: 74, E6 and CC. RGB value is (116,230,204). Sum of RGB (Red+Green+Blue) = 116+230+204=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6CC is #8B1933. Grayscale: #C0C0C0. Windows color (decimal): -9115956 or 13428340. OLE color: 13428340.

HSL color Cylindrical-coordinate representation of color #74E6CC: hue angle of 166.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6CC is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 230 204 -
CMYK 0.50 0 0.11 0.10
HSL 166.32º 0.7% 0.68% -
HSV(B) 166.32º 0.5% 0.9% -
XYZ 46.4 64.67 67.16 -
YUV 192.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 116 230 204 0.50 0 0.11 0.10 166.32 0.7 0.68
Hex 74 E6 CC 32 0 B A A6 46 44
Octal 164 346 314 62 0 13 12 246 106 104
Binary 1110100 11100110 11001100 110010 0 1011 1010 10100110 1000110 1000100

Color Harmonies of #74E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E6CC

Black with #74E6CC

Text Example


Text Example

White with #74E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,230,204); }

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

background-color css

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

 a { background-color: rgb(116,230,204); }

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

border-color css

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

 span { border-color: rgb(116,230,204); }

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