Html Css Color HEX #74ECBC Downy

📋 copy color: '#74ECBC'

red 116 ◦ green 236 ◦ blue 188

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

Shades of Downy #74ECBC

Tints of Downy #74ECBC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.7%

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 21.48%
G = 43.7%
B = 34.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#74ECBC (or 0x74ECBC) is known color: Downy. HEX triplet: 74, EC and BC. RGB value is (116,236,188). Sum of RGB (Red+Green+Blue) = 116+236+188=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECBC is #8B1343. Grayscale: #C2C2C2. Windows color (decimal): -9114436 or 12381300. OLE color: 12381300.

HSL color Cylindrical-coordinate representation of color #74ECBC: hue angle of 156º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ECBC is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 188 -
CMYK 0.51 0 0.20 0.07
HSL 156º 0.76% 0.69% -
HSV(B) 156º 0.51% 0.93% -
XYZ 46.28 67.33 58.13 -
YUV 194.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 116 236 188 0.51 0 0.20 0.07 156 0.76 0.69
Hex 74 EC BC 33 0 14 7 9C 4C 45
Octal 164 354 274 63 0 24 7 234 114 105
Binary 1110100 11101100 10111100 110011 0 10100 111 10011100 1001100 1000101

Color Harmonies of #74ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECBC

Black with #74ECBC

Text Example


Text Example

White with #74ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,236,188); }

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

background-color css

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

 a { background-color: rgb(116,236,188); }

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

border-color css

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

 span { border-color: rgb(116,236,188); }

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