Html Css Color HEX #25CDC0 Light Sea Green

📋 copy color: '#25CDC0'

red 37 ◦ green 205 ◦ blue 192

#25CDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #25CDC0

Tints of Light Sea Green #25CDC0

RGB

 RED value IS 37 (14.84% from 255) = 8.53%

 GREEN value IS 205 (80.47% from 255) = 47.24%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 8.53%
G = 47.24%
B = 44.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#25CDC0 (or 0x25CDC0) is known color: Light Sea Green. HEX triplet: 25, CD and C0. RGB value is (37,205,192). Sum of RGB (Red+Green+Blue) = 37+205+192=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #25CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDC0 is #DA323F. Grayscale: #999999. Windows color (decimal): -14299712 or 12635429. OLE color: 12635429.

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

Color convert

RGB 37 205 192 -
CMYK 0.82 0 0.06 0.20
HSL 175.36º 0.69% 0.47% -
HSV(B) 175.36º 0.82% 0.8% -
XYZ 32.11 47.86 57.42 -
YUV 153.29 149.84 45.06 -
System Red Green Blue C M Y K H S L
Decimal 37 205 192 0.82 0 0.06 0.20 175.36 0.69 0.47
Hex 25 CD C0 52 0 6 14 AF 45 2F
Octal 45 315 300 122 0 6 24 257 105 57
Binary 100101 11001101 11000000 1010010 0 110 10100 10101111 1000101 101111

Color Harmonies of #25CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CDC0

Black with #25CDC0

Text Example


Text Example

White with #25CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,205,192); }

 H1.HeaderClassName
 {
   color: #25CDC0;
 }
 .AnyTagClassName
 {
   color: #25CDC0;
 }
</style>

background-color css

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

 a { background-color: rgb(37,205,192); }

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

border-color css

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

 span { border-color: rgb(37,205,192); }

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