Html Css Color HEX #72EEBB Downy

📋 copy color: '#72EEBB'

red 114 ◦ green 238 ◦ blue 187

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

Shades of Downy #72EEBB

Tints of Downy #72EEBB

RGB

 RED value IS 114 (44.92% from 255) = 21.15%

 GREEN value IS 238 (93.36% from 255) = 44.16%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 21.15%
G = 44.16%
B = 34.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#72EEBB (or 0x72EEBB) is known color: Downy. HEX triplet: 72, EE and BB. RGB value is (114,238,187). Sum of RGB (Red+Green+Blue) = 114+238+187=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EEBB is #8D1144. Grayscale: #C3C3C3. Windows color (decimal): -9244997 or 12316274. OLE color: 12316274.

HSL color Cylindrical-coordinate representation of color #72EEBB: hue angle of 155.32º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EEBB is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 238 187 -
CMYK 0.52 0 0.21 0.07
HSL 155.32º 0.78% 0.69% -
HSV(B) 155.32º 0.52% 0.93% -
XYZ 46.48 68.31 57.75 -
YUV 195.11 123.42 70.15 -
System Red Green Blue C M Y K H S L
Decimal 114 238 187 0.52 0 0.21 0.07 155.32 0.78 0.69
Hex 72 EE BB 34 0 15 7 9B 4E 45
Octal 162 356 273 64 0 25 7 233 116 105
Binary 1110010 11101110 10111011 110100 0 10101 111 10011011 1001110 1000101

Color Harmonies of #72EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EEBB

Black with #72EEBB

Text Example


Text Example

White with #72EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72EEBB; }

 p { color: rgb(114,238,187); }

 H1.HeaderClassName
 {
   color: #72EEBB;
 }
 .AnyTagClassName
 {
   color: #72EEBB;
 }
</style>

background-color css

<style>
 a { background-color: #72EEBB; }

 a { background-color: rgb(114,238,187); }

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

border-color css

<style>
 span { border-color: #72EEBB; }

 span { border-color: rgb(114,238,187); }

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