Html Css Color HEX #25ABBF Pelorous

📋 copy color: '#25ABBF'

red 37 ◦ green 171 ◦ blue 191

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

Shades of Pelorous #25ABBF

Tints of Pelorous #25ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 9.27%
G = 42.86%
B = 47.87%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25ABBF (or 0x25ABBF) is known color: Pelorous. HEX triplet: 25, AB and BF. RGB value is (37,171,191). Sum of RGB (Red+Green+Blue) = 37+171+191=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #25ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABBF is #DA5440. Grayscale: #858585. Windows color (decimal): -14308417 or 12561189. OLE color: 12561189.

HSL color Cylindrical-coordinate representation of color #25ABBF: hue angle of 187.79º degrees, saturation: 0.68, 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 #25ABBF is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 171 191 -
CMYK 0.81 0.10 0 0.25
HSL 187.79º 0.68% 0.45% -
HSV(B) 187.79º 0.81% 0.75% -
XYZ 24.73 33.28 54.41 -
YUV 133.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 37 171 191 0.81 0.10 0 0.25 187.79 0.68 0.45
Hex 25 AB BF 51 A 0 19 BC 44 2D
Octal 45 253 277 121 12 0 31 274 104 55
Binary 100101 10101011 10111111 1010001 1010 0 11001 10111100 1000100 101101

Color Harmonies of #25ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABBF

Black with #25ABBF

Text Example


Text Example

White with #25ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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