Html Css Color HEX #74D8CA Downy

📋 copy color: '#74D8CA'

red 116 ◦ green 216 ◦ blue 202

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

Shades of Downy #74D8CA

Tints of Downy #74D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 21.72%
G = 40.45%
B = 37.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#74D8CA (or 0x74D8CA) is known color: Downy. HEX triplet: 74, D8 and CA. RGB value is (116,216,202). Sum of RGB (Red+Green+Blue) = 116+216+202=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D8CA is #8B2735. Grayscale: #B8B8B8. Windows color (decimal): -9119542 or 13293684. OLE color: 13293684.

HSL color Cylindrical-coordinate representation of color #74D8CA: hue angle of 171.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D8CA is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 202 -
CMYK 0.46 0 0.06 0.15
HSL 171.6º 0.56% 0.65% -
HSV(B) 171.6º 0.46% 0.85% -
XYZ 42.42 57.09 64.66 -
YUV 184.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 116 216 202 0.46 0 0.06 0.15 171.6 0.56 0.65
Hex 74 D8 CA 2E 0 6 F AC 38 41
Octal 164 330 312 56 0 6 17 254 70 101
Binary 1110100 11011000 11001010 101110 0 110 1111 10101100 111000 1000001

Color Harmonies of #74D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D8CA

Black with #74D8CA

Text Example


Text Example

White with #74D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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