Html Css Color HEX #74CFC4 Downy

📋 copy color: '#74CFC4'

red 116 ◦ green 207 ◦ blue 196

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

Shades of Downy #74CFC4

Tints of Downy #74CFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

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

R = 22.35%
G = 39.88%
B = 37.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#74CFC4 (or 0x74CFC4) is known color: Downy. HEX triplet: 74, CF and C4. RGB value is (116,207,196). Sum of RGB (Red+Green+Blue) = 116+207+196=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFC4 is #8B303B. Grayscale: #B2B2B2. Windows color (decimal): -9121852 or 12898164. OLE color: 12898164.

HSL color Cylindrical-coordinate representation of color #74CFC4: hue angle of 172.75º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFC4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 196 -
CMYK 0.44 0 0.05 0.19
HSL 172.75º 0.49% 0.63% -
HSV(B) 172.75º 0.44% 0.81% -
XYZ 39.48 52.32 60.24 -
YUV 178.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 116 207 196 0.44 0 0.05 0.19 172.75 0.49 0.63
Hex 74 CF C4 2C 0 5 13 AD 31 3F
Octal 164 317 304 54 0 5 23 255 61 77
Binary 1110100 11001111 11000100 101100 0 101 10011 10101101 110001 111111

Color Harmonies of #74CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFC4

Black with #74CFC4

Text Example


Text Example

White with #74CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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