Html Css Color HEX #74EBBC Downy

📋 copy color: '#74EBBC'

red 116 ◦ green 235 ◦ blue 188

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

Shades of Downy #74EBBC

Tints of Downy #74EBBC

RGB

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

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

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

R = 21.52%
G = 43.6%
B = 34.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#74EBBC (or 0x74EBBC) is known color: Downy. HEX triplet: 74, EB and BC. RGB value is (116,235,188). Sum of RGB (Red+Green+Blue) = 116+235+188=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EBBC is #8B1443. Grayscale: #C2C2C2. Windows color (decimal): -9114692 or 12381044. OLE color: 12381044.

HSL color Cylindrical-coordinate representation of color #74EBBC: hue angle of 156.3º 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 #74EBBC is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 235 188 -
CMYK 0.51 0 0.2 0.08
HSL 156.3º 0.75% 0.69% -
HSV(B) 156.3º 0.51% 0.92% -
XYZ 45.99 66.76 58.04 -
YUV 194.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 116 235 188 0.51 0 0.2 0.08 156.3 0.75 0.69
Hex 74 EB BC 33 0 14 8 9C 4B 45
Octal 164 353 274 63 0 24 10 234 113 105
Binary 1110100 11101011 10111100 110011 0 10100 1000 10011100 1001011 1000101

Color Harmonies of #74EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBBC

Black with #74EBBC

Text Example


Text Example

White with #74EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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