Html Css Color HEX #259EAB Pelorous

📋 copy color: '#259EAB'

red 37 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #259EAB

Tints of Pelorous #259EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 10.11%
G = 43.17%
B = 46.72%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259EAB (or 0x259EAB) is known color: Pelorous. HEX triplet: 25, 9E and AB. RGB value is (37,158,171). Sum of RGB (Red+Green+Blue) = 37+158+171=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #259EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EAB is #DA6154. Grayscale: #7B7B7B. Windows color (decimal): -14311765 or 11247141. OLE color: 11247141.

HSL color Cylindrical-coordinate representation of color #259EAB: hue angle of 185.82º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259EAB is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 158 171 -
CMYK 0.78 0.08 0 0.33
HSL 185.82º 0.64% 0.41% -
HSV(B) 185.82º 0.78% 0.67% -
XYZ 20.34 27.79 42.82 -
YUV 123.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 37 158 171 0.78 0.08 0 0.33 185.82 0.64 0.41
Hex 25 9E AB 4E 8 0 21 BA 40 29
Octal 45 236 253 116 10 0 41 272 100 51
Binary 100101 10011110 10101011 1001110 1000 0 100001 10111010 1000000 101001

Color Harmonies of #259EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EAB

Black with #259EAB

Text Example


Text Example

White with #259EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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