Html Css Color HEX #25ACBD Pelorous

📋 copy color: '#25ACBD'

red 37 ◦ green 172 ◦ blue 189

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

Shades of Pelorous #25ACBD

Tints of Pelorous #25ACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 9.3%
G = 43.22%
B = 47.49%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25ACBD (or 0x25ACBD) is known color: Pelorous. HEX triplet: 25, AC and BD. RGB value is (37,172,189). Sum of RGB (Red+Green+Blue) = 37+172+189=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #25ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACBD is #DA5342. Grayscale: #858585. Windows color (decimal): -14308163 or 12430373. OLE color: 12430373.

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

Color convert

RGB 37 172 189 -
CMYK 0.80 0.09 0 0.26
HSL 186.71º 0.67% 0.44% -
HSV(B) 186.71º 0.8% 0.74% -
XYZ 24.7 33.57 53.32 -
YUV 133.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 37 172 189 0.80 0.09 0 0.26 186.71 0.67 0.44
Hex 25 AC BD 50 9 0 1A BB 43 2C
Octal 45 254 275 120 11 0 32 273 103 54
Binary 100101 10101100 10111101 1010000 1001 0 11010 10111011 1000011 101100

Color Harmonies of #25ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACBD

Black with #25ACBD

Text Example


Text Example

White with #25ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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