Html Css Color HEX #74D6CB Downy

📋 copy color: '#74D6CB'

red 116 ◦ green 214 ◦ blue 203

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

Shades of Downy #74D6CB

Tints of Downy #74D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

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

R = 21.76%
G = 40.15%
B = 38.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#74D6CB (or 0x74D6CB) is known color: Downy. HEX triplet: 74, D6 and CB. RGB value is (116,214,203). Sum of RGB (Red+Green+Blue) = 116+214+203=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6CB is #8B2934. Grayscale: #B7B7B7. Windows color (decimal): -9120053 or 13358708. OLE color: 13358708.

HSL color Cylindrical-coordinate representation of color #74D6CB: hue angle of 173.27º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6CB is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 203 -
CMYK 0.46 0 0.05 0.16
HSL 173.27º 0.54% 0.65% -
HSV(B) 173.27º 0.46% 0.84% -
XYZ 42.03 56.12 65.12 -
YUV 183.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 116 214 203 0.46 0 0.05 0.16 173.27 0.54 0.65
Hex 74 D6 CB 2E 0 5 10 AD 36 41
Octal 164 326 313 56 0 5 20 255 66 101
Binary 1110100 11010110 11001011 101110 0 101 10000 10101101 110110 1000001

Color Harmonies of #74D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6CB

Black with #74D6CB

Text Example


Text Example

White with #74D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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