Html Css Color HEX #25AEBF Pelorous

📋 copy color: '#25AEBF'

red 37 ◦ green 174 ◦ blue 191

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

Shades of Pelorous #25AEBF

Tints of Pelorous #25AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.28%

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

R = 9.2%
G = 43.28%
B = 47.51%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25AEBF (or 0x25AEBF) is known color: Pelorous. HEX triplet: 25, AE and BF. RGB value is (37,174,191). Sum of RGB (Red+Green+Blue) = 37+174+191=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #25AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEBF is #DA5140. Grayscale: #868686. Windows color (decimal): -14307649 or 12561957. OLE color: 12561957.

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

Color convert

RGB 37 174 191 -
CMYK 0.81 0.09 0 0.25
HSL 186.62º 0.68% 0.45% -
HSV(B) 186.62º 0.81% 0.75% -
XYZ 25.3 34.43 54.6 -
YUV 134.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 37 174 191 0.81 0.09 0 0.25 186.62 0.68 0.45
Hex 25 AE BF 51 9 0 19 BB 44 2D
Octal 45 256 277 121 11 0 31 273 104 55
Binary 100101 10101110 10111111 1010001 1001 0 11001 10111011 1000100 101101

Color Harmonies of #25AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEBF

Black with #25AEBF

Text Example


Text Example

White with #25AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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