#25ABC3

Color #25ABC3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #25ABC3

Tints of Pelorous #25ABC3

Color information

#25ABC3 (or 0x25ABC3) is unknown color: approx Pelorous. HEX triplet: 25, AB and C3. RGB value is (37,171,195). Sum of RGB (Red+Green+Blue) = 37+171+195=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #25ABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABC3 is #DA543C. Grayscale: #858585. Windows color (decimal): -14308413 or 12823333. OLE color: 12823333.

HSL color Cylindrical-coordinate representation of color #25ABC3: hue angle of 189.11º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25ABC3 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB37171195-
CMYK0.810.1200.24
HSL189.11º68.1%45.49%-
HSV(B)189.11º81.03%76.47%-
XYZ25.1833.4656.76-
YUV133.67162.6159.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.18%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 195 (76.56% from 255) = 48.39%
R=9.18%
G=42.43%
B=48.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371711950.810.1200.24189.1168.145.49
Hex25ABC351C018bd442d
Octal452533031211403027510455
Binary100101101010111100001110100011100011000101111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25ABC3;
 }
 .AnyTagClassName
 {
   color: #25ABC3;
 }
</style>
background-color css

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

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

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

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

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

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