Html Css Color HEX #25AAC6 Pelorous

📋 copy color: '#25AAC6'

red 37 ◦ green 170 ◦ blue 198

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

Shades of Pelorous #25AAC6

Tints of Pelorous #25AAC6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.98%

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 9.14%
G = 41.98%
B = 48.89%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#25AAC6 (or 0x25AAC6) is known color: Pelorous. HEX triplet: 25, AA and C6. RGB value is (37,170,198). Sum of RGB (Red+Green+Blue) = 37+170+198=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #25AAC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AAC6 is #DA5539. Grayscale: #858585. Windows color (decimal): -14308666 or 13019685. OLE color: 13019685.

HSL color Cylindrical-coordinate representation of color #25AAC6: hue angle of 190.43º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25AAC6 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 170 198 -
CMYK 0.81 0.14 0 0.22
HSL 190.43º 0.69% 0.46% -
HSV(B) 190.43º 0.81% 0.78% -
XYZ 25.33 33.22 58.5 -
YUV 133.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 37 170 198 0.81 0.14 0 0.22 190.43 0.69 0.46
Hex 25 AA C6 51 E 0 16 BE 45 2E
Octal 45 252 306 121 16 0 26 276 105 56
Binary 100101 10101010 11000110 1010001 1110 0 10110 10111110 1000101 101110

Color Harmonies of #25AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AAC6

Black with #25AAC6

Text Example


Text Example

White with #25AAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,170,198); }

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

background-color css

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

 a { background-color: rgb(37,170,198); }

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

border-color css

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

 span { border-color: rgb(37,170,198); }

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