Html Css Color HEX #74EDBC Downy

📋 copy color: '#74EDBC'

red 116 ◦ green 237 ◦ blue 188

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

Shades of Downy #74EDBC

Tints of Downy #74EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

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

R = 21.44%
G = 43.81%
B = 34.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#74EDBC (or 0x74EDBC) is known color: Downy. HEX triplet: 74, ED and BC. RGB value is (116,237,188). Sum of RGB (Red+Green+Blue) = 116+237+188=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDBC is #8B1243. Grayscale: #C3C3C3. Windows color (decimal): -9114180 or 12381556. OLE color: 12381556.

HSL color Cylindrical-coordinate representation of color #74EDBC: hue angle of 155.7º degrees, saturation: 0.77, 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 #74EDBC is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 237 188 -
CMYK 0.51 0 0.21 0.07
HSL 155.7º 0.77% 0.69% -
HSV(B) 155.7º 0.51% 0.93% -
XYZ 46.56 67.91 58.23 -
YUV 195.24 123.91 71.48 -
System Red Green Blue C M Y K H S L
Decimal 116 237 188 0.51 0 0.21 0.07 155.7 0.77 0.69
Hex 74 ED BC 33 0 15 7 9C 4D 45
Octal 164 355 274 63 0 25 7 234 115 105
Binary 1110100 11101101 10111100 110011 0 10101 111 10011100 1001101 1000101

Color Harmonies of #74EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDBC

Black with #74EDBC

Text Example


Text Example

White with #74EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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