#25BDB4

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

Shades of Light Sea Green #25BDB4

Tints of Light Sea Green #25BDB4

Color information

#25BDB4 (or 0x25BDB4) is unknown color: approx Light Sea Green. HEX triplet: 25, BD and B4. RGB value is (37,189,180). Sum of RGB (Red+Green+Blue) = 37+189+180=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #25BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDB4 is #DA424B. Grayscale: #8E8E8E. Windows color (decimal): -14303820 or 11844901. OLE color: 11844901.

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

Color convert

RGB37189180-
CMYK0.8000.050.26
HSL176.45º67.26%44.31%-
HSV(B)176.45º80.42%74.12%-
XYZ27.240.0849.48-
YUV142.53149.1452.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.11%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=9.11%
G=46.55%
B=44.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal371891800.8000.050.26176.4567.2644.31
Hex25BDB450051Ab0432c
Octal45275264120053226010354
Binary10010110111101101101001010000010111010101100001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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