#25C3C5

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

Shades of Light Sea Green #25C3C5

Tints of Light Sea Green #25C3C5

Color information

#25C3C5 (or 0x25C3C5) is unknown color: approx Light Sea Green. HEX triplet: 25, C3 and C5. RGB value is (37,195,197). Sum of RGB (Red+Green+Blue) = 37+195+197=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #25C3C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C3C5 is #DA3C3A. Grayscale: #939393. Windows color (decimal): -14302267 or 12960549. OLE color: 12960549.

HSL color Cylindrical-coordinate representation of color #25C3C5: hue angle of 180.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C3C5 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB37195197-
CMYK0.810.0100.23
HSL180.75º68.38%45.88%-
HSV(B)180.75º81.22%77.25%-
XYZ30.3643.4559.61-
YUV147.99155.6548.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.62%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 197 (77.34% from 255) = 45.92%
R=8.62%
G=45.45%
B=45.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal371951970.810.0100.23180.7568.3845.88
Hex25C3C5511017b5442e
Octal45303305121102726510456
Binary100101110000111100010110100011010111101101011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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