Html Css Color HEX #259EAE Pelorous

📋 copy color: '#259EAE'

red 37 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #259EAE

Tints of Pelorous #259EAE

RGB

 RED value IS 37 (14.84% from 255) = 10.03%

 GREEN value IS 158 (62.11% from 255) = 42.82%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 10.03%
G = 42.82%
B = 47.15%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#259EAE (or 0x259EAE) is known color: Pelorous. HEX triplet: 25, 9E and AE. RGB value is (37,158,174). Sum of RGB (Red+Green+Blue) = 37+158+174=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #259EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EAE is #DA6151. Grayscale: #7B7B7B. Windows color (decimal): -14311762 or 11443749. OLE color: 11443749.

HSL color Cylindrical-coordinate representation of color #259EAE: hue angle of 187.01º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259EAE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 158 174 -
CMYK 0.79 0.09 0 0.32
HSL 187.01º 0.65% 0.41% -
HSV(B) 187.01º 0.79% 0.68% -
XYZ 20.63 27.9 44.34 -
YUV 123.65 156.41 66.2 -
System Red Green Blue C M Y K H S L
Decimal 37 158 174 0.79 0.09 0 0.32 187.01 0.65 0.41
Hex 25 9E AE 4F 9 0 20 BB 41 29
Octal 45 236 256 117 11 0 40 273 101 51
Binary 100101 10011110 10101110 1001111 1001 0 100000 10111011 1000001 101001

Color Harmonies of #259EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EAE

Black with #259EAE

Text Example


Text Example

White with #259EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259EAE; }

 p { color: rgb(37,158,174); }

 H1.HeaderClassName
 {
   color: #259EAE;
 }
 .AnyTagClassName
 {
   color: #259EAE;
 }
</style>

background-color css

<style>
 a { background-color: #259EAE; }

 a { background-color: rgb(37,158,174); }

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

border-color css

<style>
 span { border-color: #259EAE; }

 span { border-color: rgb(37,158,174); }

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