Html Css Color HEX #25A2BE Pelorous

📋 copy color: '#25A2BE'

red 37 ◦ green 162 ◦ blue 190

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

Shades of Pelorous #25A2BE

Tints of Pelorous #25A2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 9.51%
G = 41.65%
B = 48.84%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25A2BE (or 0x25A2BE) is known color: Pelorous. HEX triplet: 25, A2 and BE. RGB value is (37,162,190). Sum of RGB (Red+Green+Blue) = 37+162+190=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #25A2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A2BE is #DA5D41. Grayscale: #7F7F7F. Windows color (decimal): -14310722 or 12493349. OLE color: 12493349.

HSL color Cylindrical-coordinate representation of color #25A2BE: hue angle of 190.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25A2BE is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 162 190 -
CMYK 0.81 0.15 0 0.25
HSL 190.98º 0.67% 0.45% -
HSV(B) 190.98º 0.81% 0.75% -
XYZ 22.98 29.95 53.29 -
YUV 127.82 163.09 63.22 -
System Red Green Blue C M Y K H S L
Decimal 37 162 190 0.81 0.15 0 0.25 190.98 0.67 0.45
Hex 25 A2 BE 51 F 0 19 BF 43 2D
Octal 45 242 276 121 17 0 31 277 103 55
Binary 100101 10100010 10111110 1010001 1111 0 11001 10111111 1000011 101101

Color Harmonies of #25A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A2BE

Black with #25A2BE

Text Example


Text Example

White with #25A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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