Html Css Color HEX #25AFBA Light Sea Green

📋 copy color: '#25AFBA'

red 37 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #25AFBA

Tints of Light Sea Green #25AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.97%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 9.3%
G = 43.97%
B = 46.73%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25AFBA (or 0x25AFBA) is known color: Light Sea Green. HEX triplet: 25, AF and BA. RGB value is (37,175,186). Sum of RGB (Red+Green+Blue) = 37+175+186=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #25AFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFBA is #DA5045. Grayscale: #868686. Windows color (decimal): -14307398 or 12234533. OLE color: 12234533.

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

Color convert

RGB 37 175 186 -
CMYK 0.80 0.06 0 0.27
HSL 184.43º 0.67% 0.44% -
HSV(B) 184.43º 0.8% 0.73% -
XYZ 24.96 34.6 51.82 -
YUV 134.99 156.78 58.11 -
System Red Green Blue C M Y K H S L
Decimal 37 175 186 0.80 0.06 0 0.27 184.43 0.67 0.44
Hex 25 AF BA 50 6 0 1B B8 43 2C
Octal 45 257 272 120 6 0 33 270 103 54
Binary 100101 10101111 10111010 1010000 110 0 11011 10111000 1000011 101100

Color Harmonies of #25AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFBA

Black with #25AFBA

Text Example


Text Example

White with #25AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,175,186); }

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

background-color css

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

 a { background-color: rgb(37,175,186); }

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

border-color css

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

 span { border-color: rgb(37,175,186); }

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