Html Css Color HEX #2599AE Pelorous

📋 copy color: '#2599AE'

red 37 ◦ green 153 ◦ blue 174

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

Shades of Pelorous #2599AE

Tints of Pelorous #2599AE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 10.16%
G = 42.03%
B = 47.8%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2599AE (or 0x2599AE) is known color: Pelorous. HEX triplet: 25, 99 and AE. RGB value is (37,153,174). Sum of RGB (Red+Green+Blue) = 37+153+174=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #2599AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599AE is #DA6651. Grayscale: #787878. Windows color (decimal): -14313042 or 11442469. OLE color: 11442469.

HSL color Cylindrical-coordinate representation of color #2599AE: hue angle of 189.2º 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 #2599AE is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 153 174 -
CMYK 0.79 0.12 0 0.32
HSL 189.2º 0.65% 0.41% -
HSV(B) 189.2º 0.79% 0.68% -
XYZ 19.79 26.23 44.06 -
YUV 120.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 37 153 174 0.79 0.12 0 0.32 189.2 0.65 0.41
Hex 25 99 AE 4F C 0 20 BD 41 29
Octal 45 231 256 117 14 0 40 275 101 51
Binary 100101 10011001 10101110 1001111 1100 0 100000 10111101 1000001 101001

Color Harmonies of #2599AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2599AE

Black with #2599AE

Text Example


Text Example

White with #2599AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2599AE; }

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

 H1.HeaderClassName
 {
   color: #2599AE;
 }
 .AnyTagClassName
 {
   color: #2599AE;
 }
</style>

background-color css

<style>
 a { background-color: #2599AE; }

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

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

border-color css

<style>
 span { border-color: #2599AE; }

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

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