Html Css Color HEX #25BCA2 Light Sea Green

📋 copy color: '#25BCA2'

red 37 ◦ green 188 ◦ blue 162

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

Shades of Light Sea Green #25BCA2

Tints of Light Sea Green #25BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 9.56%
G = 48.58%
B = 41.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#25BCA2 (or 0x25BCA2) is known color: Light Sea Green. HEX triplet: 25, BC and A2. RGB value is (37,188,162). Sum of RGB (Red+Green+Blue) = 37+188+162=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #25BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BCA2 is #DA435D. Grayscale: #8B8B8B. Windows color (decimal): -14304094 or 10664997. OLE color: 10664997.

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

Color convert

RGB 37 188 162 -
CMYK 0.80 0 0.14 0.26
HSL 169.67º 0.67% 0.44% -
HSV(B) 169.67º 0.8% 0.74% -
XYZ 25.27 38.97 40.37 -
YUV 139.89 140.47 54.61 -
System Red Green Blue C M Y K H S L
Decimal 37 188 162 0.80 0 0.14 0.26 169.67 0.67 0.44
Hex 25 BC A2 50 0 E 1A AA 43 2C
Octal 45 274 242 120 0 16 32 252 103 54
Binary 100101 10111100 10100010 1010000 0 1110 11010 10101010 1000011 101100

Color Harmonies of #25BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCA2

Black with #25BCA2

Text Example


Text Example

White with #25BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,162); }

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

background-color css

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

 a { background-color: rgb(37,188,162); }

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

border-color css

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

 span { border-color: rgb(37,188,162); }

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