Html Css Color HEX #25BFB4 Light Sea Green

📋 copy color: '#25BFB4'

red 37 ◦ green 191 ◦ blue 180

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

Shades of Light Sea Green #25BFB4

Tints of Light Sea Green #25BFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

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

R = 9.07%
G = 46.81%
B = 44.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#25BFB4 (or 0x25BFB4) is known color: Light Sea Green. HEX triplet: 25, BF and B4. RGB value is (37,191,180). Sum of RGB (Red+Green+Blue) = 37+191+180=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFB4 is #DA404B. Grayscale: #8F8F8F. Windows color (decimal): -14303308 or 11845413. OLE color: 11845413.

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

Color convert

RGB 37 191 180 -
CMYK 0.81 0 0.06 0.25
HSL 175.71º 0.68% 0.45% -
HSV(B) 175.71º 0.81% 0.75% -
XYZ 27.63 40.95 49.63 -
YUV 143.7 148.48 51.89 -
System Red Green Blue C M Y K H S L
Decimal 37 191 180 0.81 0 0.06 0.25 175.71 0.68 0.45
Hex 25 BF B4 51 0 6 19 B0 44 2D
Octal 45 277 264 121 0 6 31 260 104 55
Binary 100101 10111111 10110100 1010001 0 110 11001 10110000 1000100 101101

Color Harmonies of #25BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFB4

Black with #25BFB4

Text Example


Text Example

White with #25BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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