Html Css Color HEX #259CAB Pelorous

📋 copy color: '#259CAB'

red 37 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #259CAB

Tints of Pelorous #259CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

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

R = 10.16%
G = 42.86%
B = 46.98%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259CAB (or 0x259CAB) is known color: Pelorous. HEX triplet: 25, 9C and AB. RGB value is (37,156,171). Sum of RGB (Red+Green+Blue) = 37+156+171=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #259CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CAB is #DA6354. Grayscale: #797979. Windows color (decimal): -14312277 or 11246629. OLE color: 11246629.

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

Color convert

RGB 37 156 171 -
CMYK 0.78 0.09 0 0.33
HSL 186.72º 0.64% 0.41% -
HSV(B) 186.72º 0.78% 0.67% -
XYZ 20 27.11 42.71 -
YUV 122.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 37 156 171 0.78 0.09 0 0.33 186.72 0.64 0.41
Hex 25 9C AB 4E 9 0 21 BB 40 29
Octal 45 234 253 116 11 0 41 273 100 51
Binary 100101 10011100 10101011 1001110 1001 0 100001 10111011 1000000 101001

Color Harmonies of #259CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CAB

Black with #259CAB

Text Example


Text Example

White with #259CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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