Html Css Color HEX #25BBA5 Light Sea Green

📋 copy color: '#25BBA5'

red 37 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #25BBA5

Tints of Light Sea Green #25BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.07%

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 9.51%
G = 48.07%
B = 42.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#25BBA5 (or 0x25BBA5) is known color: Light Sea Green. HEX triplet: 25, BB and A5. RGB value is (37,187,165). Sum of RGB (Red+Green+Blue) = 37+187+165=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #25BBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BBA5 is #DA445A. Grayscale: #8B8B8B. Windows color (decimal): -14304347 or 10861349. OLE color: 10861349.

HSL color Cylindrical-coordinate representation of color #25BBA5: hue angle of 171.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BBA5 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 187 165 -
CMYK 0.80 0 0.12 0.27
HSL 171.2º 0.67% 0.44% -
HSV(B) 171.2º 0.8% 0.73% -
XYZ 25.32 38.65 41.72 -
YUV 139.64 142.31 54.79 -
System Red Green Blue C M Y K H S L
Decimal 37 187 165 0.80 0 0.12 0.27 171.2 0.67 0.44
Hex 25 BB A5 50 0 C 1B AB 43 2C
Octal 45 273 245 120 0 14 33 253 103 54
Binary 100101 10111011 10100101 1010000 0 1100 11011 10101011 1000011 101100

Color Harmonies of #25BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BBA5

Black with #25BBA5

Text Example


Text Example

White with #25BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,187,165); }

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

background-color css

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

 a { background-color: rgb(37,187,165); }

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

border-color css

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

 span { border-color: rgb(37,187,165); }

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