Html Css Color HEX #74CECB Downy

📋 copy color: '#74CECB'

red 116 ◦ green 206 ◦ blue 203

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

Shades of Downy #74CECB

Tints of Downy #74CECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.24%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 22.1%
G = 39.24%
B = 38.67%

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

#74CECB (or 0x74CECB) is known color: Downy. HEX triplet: 74, CE and CB. RGB value is (116,206,203). Sum of RGB (Red+Green+Blue) = 116+206+203=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #74CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CECB is #8B3134. Grayscale: #B2B2B2. Windows color (decimal): -9122101 or 13356660. OLE color: 13356660.

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

Color convert

RGB 116 206 203 -
CMYK 0.44 0 0.01 0.19
HSL 178º 0.48% 0.63% -
HSV(B) 178º 0.44% 0.81% -
XYZ 40.05 52.17 64.46 -
YUV 178.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 116 206 203 0.44 0 0.01 0.19 178 0.48 0.63
Hex 74 CE CB 2C 0 1 13 B2 30 3F
Octal 164 316 313 54 0 1 23 262 60 77
Binary 1110100 11001110 11001011 101100 0 1 10011 10110010 110000 111111

Color Harmonies of #74CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CECB

Black with #74CECB

Text Example


Text Example

White with #74CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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