Html Css Color HEX #25ACC0 Pelorous

📋 copy color: '#25ACC0'

red 37 ◦ green 172 ◦ blue 192

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

Shades of Pelorous #25ACC0

Tints of Pelorous #25ACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 9.23%
G = 42.89%
B = 47.88%

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

#25ACC0 (or 0x25ACC0) is known color: Pelorous. HEX triplet: 25, AC and C0. RGB value is (37,172,192). Sum of RGB (Red+Green+Blue) = 37+172+192=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #25ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACC0 is #DA533F. Grayscale: #858585. Windows color (decimal): -14308160 or 12626981. OLE color: 12626981.

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

Color convert

RGB 37 172 192 -
CMYK 0.81 0.10 0 0.25
HSL 187.74º 0.68% 0.45% -
HSV(B) 187.74º 0.81% 0.75% -
XYZ 25.03 33.7 55.06 -
YUV 133.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 37 172 192 0.81 0.10 0 0.25 187.74 0.68 0.45
Hex 25 AC C0 51 A 0 19 BC 44 2D
Octal 45 254 300 121 12 0 31 274 104 55
Binary 100101 10101100 11000000 1010001 1010 0 11001 10111100 1000100 101101

Color Harmonies of #25ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACC0

Black with #25ACC0

Text Example


Text Example

White with #25ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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