Html Css Color HEX #259CAC Pelorous

📋 copy color: '#259CAC'

red 37 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #259CAC

Tints of Pelorous #259CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 10.14%
G = 42.74%
B = 47.12%

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

#259CAC (or 0x259CAC) is known color: Pelorous. HEX triplet: 25, 9C and AC. RGB value is (37,156,172). Sum of RGB (Red+Green+Blue) = 37+156+172=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #259CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CAC is #DA6353. Grayscale: #7A7A7A. Windows color (decimal): -14312276 or 11312165. OLE color: 11312165.

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

Color convert

RGB 37 156 172 -
CMYK 0.78 0.09 0 0.33
HSL 187.11º 0.65% 0.41% -
HSV(B) 187.11º 0.78% 0.67% -
XYZ 20.1 27.15 43.21 -
YUV 122.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 37 156 172 0.78 0.09 0 0.33 187.11 0.65 0.41
Hex 25 9C AC 4E 9 0 21 BB 41 29
Octal 45 234 254 116 11 0 41 273 101 51
Binary 100101 10011100 10101100 1001110 1001 0 100001 10111011 1000001 101001

Color Harmonies of #259CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CAC

Black with #259CAC

Text Example


Text Example

White with #259CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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