Html Css Color HEX #2EAFC0 Pelorous

📋 copy color: '#2EAFC0'

red 46 ◦ green 175 ◦ blue 192

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

Shades of Pelorous #2EAFC0

Tints of Pelorous #2EAFC0

RGB

 RED value IS 46 (18.36% from 255) = 11.14%

 GREEN value IS 175 (68.75% from 255) = 42.37%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 11.14%
G = 42.37%
B = 46.49%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2EAFC0 (or 0x2EAFC0) is known color: Pelorous. HEX triplet: 2E, AF and C0. RGB value is (46,175,192). Sum of RGB (Red+Green+Blue) = 46+175+192=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #2EAFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFC0 is #D1503F. Grayscale: #8A8A8A. Windows color (decimal): -13717568 or 12627758. OLE color: 12627758.

HSL color Cylindrical-coordinate representation of color #2EAFC0: hue angle of 186.99º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EAFC0 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 175 192 -
CMYK 0.76 0.09 0 0.25
HSL 186.99º 0.61% 0.47% -
HSV(B) 186.99º 0.76% 0.75% -
XYZ 25.97 35.05 55.27 -
YUV 138.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 46 175 192 0.76 0.09 0 0.25 186.99 0.61 0.47
Hex 2E AF C0 4C 9 0 19 BB 3D 2F
Octal 56 257 300 114 11 0 31 273 75 57
Binary 101110 10101111 11000000 1001100 1001 0 11001 10111011 111101 101111

Color Harmonies of #2EAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFC0

Black with #2EAFC0

Text Example


Text Example

White with #2EAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EAFC0; }

 p { color: rgb(46,175,192); }

 H1.HeaderClassName
 {
   color: #2EAFC0;
 }
 .AnyTagClassName
 {
   color: #2EAFC0;
 }
</style>

background-color css

<style>
 a { background-color: #2EAFC0; }

 a { background-color: rgb(46,175,192); }

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

border-color css

<style>
 span { border-color: #2EAFC0; }

 span { border-color: rgb(46,175,192); }

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