Html Css Color HEX #25AFAF Light Sea Green

📋 copy color: '#25AFAF'

red 37 ◦ green 175 ◦ blue 175

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

Shades of Light Sea Green #25AFAF

Tints of Light Sea Green #25AFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 9.56%
G = 45.22%
B = 45.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#25AFAF (or 0x25AFAF) is known color: Light Sea Green. HEX triplet: 25, AF and AF. RGB value is (37,175,175). Sum of RGB (Red+Green+Blue) = 37+175+175=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #25AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AFAF is #DA5050. Grayscale: #858585. Windows color (decimal): -14307409 or 11513637. OLE color: 11513637.

HSL color Cylindrical-coordinate representation of color #25AFAF: hue angle of 180º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AFAF is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 175 175 -
CMYK 0.79 0 0 0.31
HSL 180º 0.65% 0.42% -
HSV(B) 180º 0.79% 0.69% -
XYZ 23.83 34.15 45.89 -
YUV 133.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 37 175 175 0.79 0 0 0.31 180 0.65 0.42
Hex 25 AF AF 4F 0 0 1F B4 41 2A
Octal 45 257 257 117 0 0 37 264 101 52
Binary 100101 10101111 10101111 1001111 0 0 11111 10110100 1000001 101010

Color Harmonies of #25AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFAF

Black with #25AFAF

Text Example


Text Example

White with #25AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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