Html Css Color HEX #25ABBA Pelorous

📋 copy color: '#25ABBA'

red 37 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #25ABBA

Tints of Pelorous #25ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

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

R = 9.39%
G = 43.4%
B = 47.21%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25ABBA (or 0x25ABBA) is known color: Pelorous. HEX triplet: 25, AB and BA. RGB value is (37,171,186). Sum of RGB (Red+Green+Blue) = 37+171+186=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #25ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABBA is #DA5445. Grayscale: #848484. Windows color (decimal): -14308422 or 12233509. OLE color: 12233509.

HSL color Cylindrical-coordinate representation of color #25ABBA: hue angle of 186.04º 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 #25ABBA is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 171 186 -
CMYK 0.80 0.08 0 0.27
HSL 186.04º 0.67% 0.44% -
HSV(B) 186.04º 0.8% 0.73% -
XYZ 24.19 33.06 51.56 -
YUV 132.64 158.11 59.78 -
System Red Green Blue C M Y K H S L
Decimal 37 171 186 0.80 0.08 0 0.27 186.04 0.67 0.44
Hex 25 AB BA 50 8 0 1B BA 43 2C
Octal 45 253 272 120 10 0 33 272 103 54
Binary 100101 10101011 10111010 1010000 1000 0 11011 10111010 1000011 101100

Color Harmonies of #25ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABBA

Black with #25ABBA

Text Example


Text Example

White with #25ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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