Html Css Color HEX #25C2B4 Light Sea Green

📋 copy color: '#25C2B4'

red 37 ◦ green 194 ◦ blue 180

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

Shades of Light Sea Green #25C2B4

Tints of Light Sea Green #25C2B4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.2%

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 9%
G = 47.2%
B = 43.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#25C2B4 (or 0x25C2B4) is known color: Light Sea Green. HEX triplet: 25, C2 and B4. RGB value is (37,194,180). Sum of RGB (Red+Green+Blue) = 37+194+180=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #25C2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C2B4 is #DA3D4B. Grayscale: #919191. Windows color (decimal): -14302540 or 11846181. OLE color: 11846181.

HSL color Cylindrical-coordinate representation of color #25C2B4: hue angle of 174.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C2B4 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 194 180 -
CMYK 0.81 0 0.07 0.24
HSL 174.65º 0.68% 0.45% -
HSV(B) 174.65º 0.81% 0.76% -
XYZ 28.29 42.27 49.85 -
YUV 145.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 37 194 180 0.81 0 0.07 0.24 174.65 0.68 0.45
Hex 25 C2 B4 51 0 7 18 AF 44 2D
Octal 45 302 264 121 0 7 30 257 104 55
Binary 100101 11000010 10110100 1010001 0 111 11000 10101111 1000100 101101

Color Harmonies of #25C2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C2B4

Black with #25C2B4

Text Example


Text Example

White with #25C2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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