Html Css Color HEX #74CFCC Downy

📋 copy color: '#74CFCC'

red 116 ◦ green 207 ◦ blue 204

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

Shades of Downy #74CFCC

Tints of Downy #74CFCC

RGB

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

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

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

R = 22.01%
G = 39.28%
B = 38.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#74CFCC (or 0x74CFCC) is known color: Downy. HEX triplet: 74, CF and CC. RGB value is (116,207,204). Sum of RGB (Red+Green+Blue) = 116+207+204=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFCC is #8B3033. Grayscale: #B3B3B3. Windows color (decimal): -9121844 or 13422452. OLE color: 13422452.

HSL color Cylindrical-coordinate representation of color #74CFCC: hue angle of 178.02º 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 #74CFCC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 204 -
CMYK 0.44 0 0.01 0.19
HSL 178.02º 0.49% 0.63% -
HSV(B) 178.02º 0.44% 0.81% -
XYZ 40.41 52.7 65.17 -
YUV 179.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 116 207 204 0.44 0 0.01 0.19 178.02 0.49 0.63
Hex 74 CF CC 2C 0 1 13 B2 31 3F
Octal 164 317 314 54 0 1 23 262 61 77
Binary 1110100 11001111 11001100 101100 0 1 10011 10110010 110001 111111

Color Harmonies of #74CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFCC

Black with #74CFCC

Text Example


Text Example

White with #74CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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