Html Css Color HEX #74EBBE Downy

📋 copy color: '#74EBBE'

red 116 ◦ green 235 ◦ blue 190

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

Shades of Downy #74EBBE

Tints of Downy #74EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.44%

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 21.44%
G = 43.44%
B = 35.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#74EBBE (or 0x74EBBE) is known color: Downy. HEX triplet: 74, EB and BE. RGB value is (116,235,190). Sum of RGB (Red+Green+Blue) = 116+235+190=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EBBE is #8B1441. Grayscale: #C2C2C2. Windows color (decimal): -9114690 or 12512116. OLE color: 12512116.

HSL color Cylindrical-coordinate representation of color #74EBBE: hue angle of 157.31º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EBBE is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 235 190 -
CMYK 0.51 0 0.19 0.08
HSL 157.31º 0.75% 0.69% -
HSV(B) 157.31º 0.51% 0.92% -
XYZ 46.21 66.85 59.18 -
YUV 194.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 116 235 190 0.51 0 0.19 0.08 157.31 0.75 0.69
Hex 74 EB BE 33 0 13 8 9D 4B 45
Octal 164 353 276 63 0 23 10 235 113 105
Binary 1110100 11101011 10111110 110011 0 10011 1000 10011101 1001011 1000101

Color Harmonies of #74EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBBE

Black with #74EBBE

Text Example


Text Example

White with #74EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,235,190); }

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

background-color css

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

 a { background-color: rgb(116,235,190); }

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

border-color css

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

 span { border-color: rgb(116,235,190); }

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