#25B5BD

Color #25B5BD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25B5BD

Tints of Light Sea Green #25B5BD

Color information

#25B5BD (or 0x25B5BD) is unknown color: approx Light Sea Green. HEX triplet: 25, B5 and BD. RGB value is (37,181,189). Sum of RGB (Red+Green+Blue) = 37+181+189=407 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.09% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #25B5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B5BD is #DA4A42. Grayscale: #8A8A8A. Windows color (decimal): -14305859 or 12432677. OLE color: 12432677.

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

Color convert

RGB37181189-
CMYK0.800.0400.26
HSL183.16º67.26%44.31%-
HSV(B)183.16º80.42%74.12%-
XYZ26.4737.1253.91-
YUV138.86156.2955.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.09%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=9.09%
G=44.47%
B=46.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal371811890.800.0400.26183.1667.2644.31
Hex25B5BD50401Ab7432c
Octal45265275120403226710354
Binary10010110110101101111011010000100011010101101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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