Html Css Color HEX #25AFC0 Light Sea Green

📋 copy color: '#25AFC0'

red 37 ◦ green 175 ◦ blue 192

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

Shades of Light Sea Green #25AFC0

Tints of Light Sea Green #25AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 9.16%
G = 43.32%
B = 47.52%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25AFC0 (or 0x25AFC0) is known color: Light Sea Green. HEX triplet: 25, AF and C0. RGB value is (37,175,192). Sum of RGB (Red+Green+Blue) = 37+175+192=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #25AFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFC0 is #DA503F. Grayscale: #878787. Windows color (decimal): -14307392 or 12627749. OLE color: 12627749.

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

Color convert

RGB 37 175 192 -
CMYK 0.81 0.09 0 0.25
HSL 186.58º 0.68% 0.45% -
HSV(B) 186.58º 0.81% 0.75% -
XYZ 25.61 34.86 55.25 -
YUV 135.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 37 175 192 0.81 0.09 0 0.25 186.58 0.68 0.45
Hex 25 AF C0 51 9 0 19 BB 44 2D
Octal 45 257 300 121 11 0 31 273 104 55
Binary 100101 10101111 11000000 1010001 1001 0 11001 10111011 1000100 101101

Color Harmonies of #25AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFC0

Black with #25AFC0

Text Example


Text Example

White with #25AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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