Html Css Color HEX #259DAB Pelorous

📋 copy color: '#259DAB'

red 37 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #259DAB

Tints of Pelorous #259DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

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

R = 10.14%
G = 43.01%
B = 46.85%

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

#259DAB (or 0x259DAB) is known color: Pelorous. HEX triplet: 25, 9D and AB. RGB value is (37,157,171). Sum of RGB (Red+Green+Blue) = 37+157+171=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #259DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DAB is #DA6254. Grayscale: #7A7A7A. Windows color (decimal): -14312021 or 11246885. OLE color: 11246885.

HSL color Cylindrical-coordinate representation of color #259DAB: hue angle of 186.27º 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 #259DAB is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 157 171 -
CMYK 0.78 0.08 0 0.33
HSL 186.27º 0.64% 0.41% -
HSV(B) 186.27º 0.78% 0.67% -
XYZ 20.17 27.45 42.76 -
YUV 122.72 155.24 66.86 -
System Red Green Blue C M Y K H S L
Decimal 37 157 171 0.78 0.08 0 0.33 186.27 0.64 0.41
Hex 25 9D AB 4E 8 0 21 BA 40 29
Octal 45 235 253 116 10 0 41 272 100 51
Binary 100101 10011101 10101011 1001110 1000 0 100001 10111010 1000000 101001

Color Harmonies of #259DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DAB

Black with #259DAB

Text Example


Text Example

White with #259DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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