Html Css Color HEX #25ABBC Pelorous

📋 copy color: '#25ABBC'

red 37 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #25ABBC

Tints of Pelorous #25ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 9.34%
G = 43.18%
B = 47.47%

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

#25ABBC (or 0x25ABBC) is known color: Pelorous. HEX triplet: 25, AB and BC. RGB value is (37,171,188). Sum of RGB (Red+Green+Blue) = 37+171+188=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #25ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABBC is #DA5443. Grayscale: #848484. Windows color (decimal): -14308420 or 12364581. OLE color: 12364581.

HSL color Cylindrical-coordinate representation of color #25ABBC: hue angle of 186.75º 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 #25ABBC is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 171 188 -
CMYK 0.80 0.09 0 0.26
HSL 186.76º 0.67% 0.44% -
HSV(B) 186.76º 0.8% 0.74% -
XYZ 24.4 33.15 52.69 -
YUV 132.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 37 171 188 0.80 0.09 0 0.26 186.76 0.67 0.44
Hex 25 AB BC 50 9 0 1A BB 43 2C
Octal 45 253 274 120 11 0 32 273 103 54
Binary 100101 10101011 10111100 1010000 1001 0 11010 10111011 1000011 101100

Color Harmonies of #25ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABBC

Black with #25ABBC

Text Example


Text Example

White with #25ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,171,188); }

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

background-color css

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

 a { background-color: rgb(37,171,188); }

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

border-color css

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

 span { border-color: rgb(37,171,188); }

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