#25CABD

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

Shades of Light Sea Green #25CABD

Tints of Light Sea Green #25CABD

Color information

#25CABD (or 0x25CABD) is unknown color: approx Light Sea Green. HEX triplet: 25, CA and BD. RGB value is (37,202,189). Sum of RGB (Red+Green+Blue) = 37+202+189=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #25CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CABD is #DA3542. Grayscale: #979797. Windows color (decimal): -14300483 or 12438053. OLE color: 12438053.

HSL color Cylindrical-coordinate representation of color #25CABD: hue angle of 175.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CABD is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB37202189-
CMYK0.8200.060.21
HSL175.27º69.04%46.86%-
HSV(B)175.27º81.68%79.22%-
XYZ31.0746.3155.45-
YUV151.18149.3446.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.64%
GREEN value IS 202 (79.30% from 255) = 47.20%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=8.64%
G=47.20%
B=44.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal372021890.8200.060.21175.2769.0446.86
Hex25CABD520615af452f
Octal45312275122062525710557
Binary10010111001010101111011010010011010101101011111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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