Html Css Color HEX #25AFBE Light Sea Green

📋 copy color: '#25AFBE'

red 37 ◦ green 175 ◦ blue 190

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

Shades of Light Sea Green #25AFBE

Tints of Light Sea Green #25AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 9.2%
G = 43.53%
B = 47.26%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25AFBE (or 0x25AFBE) is known color: Light Sea Green. HEX triplet: 25, AF and BE. RGB value is (37,175,190). Sum of RGB (Red+Green+Blue) = 37+175+190=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #25AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFBE is #DA5041. Grayscale: #878787. Windows color (decimal): -14307394 or 12496677. OLE color: 12496677.

HSL color Cylindrical-coordinate representation of color #25AFBE: hue angle of 185.88º degrees, saturation: 0.67, 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 #25AFBE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 175 190 -
CMYK 0.81 0.08 0 0.25
HSL 185.88º 0.67% 0.45% -
HSV(B) 185.88º 0.81% 0.75% -
XYZ 25.39 34.77 54.09 -
YUV 135.45 158.78 57.78 -
System Red Green Blue C M Y K H S L
Decimal 37 175 190 0.81 0.08 0 0.25 185.88 0.67 0.45
Hex 25 AF BE 51 8 0 19 BA 43 2D
Octal 45 257 276 121 10 0 31 272 103 55
Binary 100101 10101111 10111110 1010001 1000 0 11001 10111010 1000011 101101

Color Harmonies of #25AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFBE

Black with #25AFBE

Text Example


Text Example

White with #25AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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