Html Css Color HEX #74C8C4 Downy

📋 copy color: '#74C8C4'

red 116 ◦ green 200 ◦ blue 196

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

Shades of Downy #74C8C4

Tints of Downy #74C8C4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.06%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 22.66%
G = 39.06%
B = 38.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#74C8C4 (or 0x74C8C4) is known color: Downy. HEX triplet: 74, C8 and C4. RGB value is (116,200,196). Sum of RGB (Red+Green+Blue) = 116+200+196=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #74C8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C8C4 is #8B373B. Grayscale: #AEAEAE. Windows color (decimal): -9123644 or 12896372. OLE color: 12896372.

HSL color Cylindrical-coordinate representation of color #74C8C4: hue angle of 177.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C8C4 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 196 -
CMYK 0.42 0 0.02 0.22
HSL 177.14º 0.43% 0.62% -
HSV(B) 177.14º 0.42% 0.78% -
XYZ 37.82 49.01 59.69 -
YUV 174.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 116 200 196 0.42 0 0.02 0.22 177.14 0.43 0.62
Hex 74 C8 C4 2A 0 2 16 B1 2B 3E
Octal 164 310 304 52 0 2 26 261 53 76
Binary 1110100 11001000 11000100 101010 0 10 10110 10110001 101011 111110

Color Harmonies of #74C8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C8C4

Black with #74C8C4

Text Example


Text Example

White with #74C8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,196); }

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

background-color css

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

 a { background-color: rgb(116,200,196); }

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

border-color css

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

 span { border-color: rgb(116,200,196); }

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