Html Css Color HEX #25ACBF Pelorous

📋 copy color: '#25ACBF'

red 37 ◦ green 172 ◦ blue 191

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

Shades of Pelorous #25ACBF

Tints of Pelorous #25ACBF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

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

R = 9.25%
G = 43%
B = 47.75%

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

#25ACBF (or 0x25ACBF) is known color: Pelorous. HEX triplet: 25, AC and BF. RGB value is (37,172,191). Sum of RGB (Red+Green+Blue) = 37+172+191=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #25ACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACBF is #DA5340. Grayscale: #858585. Windows color (decimal): -14308161 or 12561445. OLE color: 12561445.

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

Color convert

RGB 37 172 191 -
CMYK 0.81 0.10 0 0.25
HSL 187.4º 0.68% 0.45% -
HSV(B) 187.4º 0.81% 0.75% -
XYZ 24.92 33.66 54.47 -
YUV 133.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 37 172 191 0.81 0.10 0 0.25 187.4 0.68 0.45
Hex 25 AC BF 51 A 0 19 BB 44 2D
Octal 45 254 277 121 12 0 31 273 104 55
Binary 100101 10101100 10111111 1010001 1010 0 11001 10111011 1000100 101101

Color Harmonies of #25ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACBF

Black with #25ACBF

Text Example


Text Example

White with #25ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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