Html Css Color HEX #25ACBA Pelorous

📋 copy color: '#25ACBA'

red 37 ◦ green 172 ◦ blue 186

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

Shades of Pelorous #25ACBA

Tints of Pelorous #25ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 9.37%
G = 43.54%
B = 47.09%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25ACBA (or 0x25ACBA) is known color: Pelorous. HEX triplet: 25, AC and BA. RGB value is (37,172,186). Sum of RGB (Red+Green+Blue) = 37+172+186=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #25ACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACBA is #DA5345. Grayscale: #858585. Windows color (decimal): -14308166 or 12233765. OLE color: 12233765.

HSL color Cylindrical-coordinate representation of color #25ACBA: hue angle of 185.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25ACBA is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 172 186 -
CMYK 0.80 0.08 0 0.27
HSL 185.64º 0.67% 0.44% -
HSV(B) 185.64º 0.8% 0.73% -
XYZ 24.38 33.44 51.62 -
YUV 133.23 157.77 59.36 -
System Red Green Blue C M Y K H S L
Decimal 37 172 186 0.80 0.08 0 0.27 185.64 0.67 0.44
Hex 25 AC BA 50 8 0 1B BA 43 2C
Octal 45 254 272 120 10 0 33 272 103 54
Binary 100101 10101100 10111010 1010000 1000 0 11011 10111010 1000011 101100

Color Harmonies of #25ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACBA

Black with #25ACBA

Text Example


Text Example

White with #25ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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