Html Css Color HEX #25A2AE Pelorous

📋 copy color: '#25A2AE'

red 37 ◦ green 162 ◦ blue 174

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

Shades of Pelorous #25A2AE

Tints of Pelorous #25A2AE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 9.92%
G = 43.43%
B = 46.65%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#25A2AE (or 0x25A2AE) is known color: Pelorous. HEX triplet: 25, A2 and AE. RGB value is (37,162,174). Sum of RGB (Red+Green+Blue) = 37+162+174=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #25A2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A2AE is #DA5D51. Grayscale: #7D7D7D. Windows color (decimal): -14310738 or 11444773. OLE color: 11444773.

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

Color convert

RGB 37 162 174 -
CMYK 0.79 0.07 0 0.32
HSL 185.26º 0.65% 0.41% -
HSV(B) 185.26º 0.79% 0.68% -
XYZ 21.32 29.29 44.57 -
YUV 125.99 155.09 64.52 -
System Red Green Blue C M Y K H S L
Decimal 37 162 174 0.79 0.07 0 0.32 185.26 0.65 0.41
Hex 25 A2 AE 4F 7 0 20 B9 41 29
Octal 45 242 256 117 7 0 40 271 101 51
Binary 100101 10100010 10101110 1001111 111 0 100000 10111001 1000001 101001

Color Harmonies of #25A2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A2AE

Black with #25A2AE

Text Example


Text Example

White with #25A2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25A2AE; }

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

 H1.HeaderClassName
 {
   color: #25A2AE;
 }
 .AnyTagClassName
 {
   color: #25A2AE;
 }
</style>

background-color css

<style>
 a { background-color: #25A2AE; }

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

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

border-color css

<style>
 span { border-color: #25A2AE; }

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

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