Html Css Color HEX #25A9BA Pelorous

📋 copy color: '#25A9BA'

red 37 ◦ green 169 ◦ blue 186

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

Shades of Pelorous #25A9BA

Tints of Pelorous #25A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.11%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 9.44%
G = 43.11%
B = 47.45%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25A9BA (or 0x25A9BA) is known color: Pelorous. HEX triplet: 25, A9 and BA. RGB value is (37,169,186). Sum of RGB (Red+Green+Blue) = 37+169+186=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #25A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A9BA is #DA5645. Grayscale: #838383. Windows color (decimal): -14308934 or 12232997. OLE color: 12232997.

HSL color Cylindrical-coordinate representation of color #25A9BA: hue angle of 186.85º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A9BA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 169 186 -
CMYK 0.80 0.09 0 0.27
HSL 186.85º 0.67% 0.44% -
HSV(B) 186.85º 0.8% 0.73% -
XYZ 23.81 32.31 51.44 -
YUV 131.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 37 169 186 0.80 0.09 0 0.27 186.85 0.67 0.44
Hex 25 A9 BA 50 9 0 1B BB 43 2C
Octal 45 251 272 120 11 0 33 273 103 54
Binary 100101 10101001 10111010 1010000 1001 0 11011 10111011 1000011 101100

Color Harmonies of #25A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A9BA

Black with #25A9BA

Text Example


Text Example

White with #25A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,169,186); }

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

background-color css

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

 a { background-color: rgb(37,169,186); }

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

border-color css

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

 span { border-color: rgb(37,169,186); }

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