Html Css Color HEX #74CFCE Downy

📋 copy color: '#74CFCE'

red 116 ◦ green 207 ◦ blue 206

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

Shades of Downy #74CFCE

Tints of Downy #74CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 21.93%
G = 39.13%
B = 38.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#74CFCE (or 0x74CFCE) is known color: Downy. HEX triplet: 74, CF and CE. RGB value is (116,207,206). Sum of RGB (Red+Green+Blue) = 116+207+206=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFCE is #8B3031. Grayscale: #B3B3B3. Windows color (decimal): -9121842 or 13553524. OLE color: 13553524.

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

Color convert

RGB 116 207 206 -
CMYK 0.44 0 0.00 0.19
HSL 179.34º 0.49% 0.63% -
HSV(B) 179.34º 0.44% 0.81% -
XYZ 40.66 52.79 66.44 -
YUV 179.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 116 207 206 0.44 0 0.00 0.19 179.34 0.49 0.63
Hex 74 CF CE 2C 0 0 13 B3 31 3F
Octal 164 317 316 54 0 0 23 263 61 77
Binary 1110100 11001111 11001110 101100 0 0 10011 10110011 110001 111111

Color Harmonies of #74CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFCE

Black with #74CFCE

Text Example


Text Example

White with #74CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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