Html Css Color HEX #25CFBE Light Sea Green

📋 copy color: '#25CFBE'

red 37 ◦ green 207 ◦ blue 190

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

Shades of Light Sea Green #25CFBE

Tints of Light Sea Green #25CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

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

R = 8.53%
G = 47.7%
B = 43.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#25CFBE (or 0x25CFBE) is known color: Light Sea Green. HEX triplet: 25, CF and BE. RGB value is (37,207,190). Sum of RGB (Red+Green+Blue) = 37+207+190=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFBE is #DA3041. Grayscale: #9A9A9A. Windows color (decimal): -14299202 or 12504869. OLE color: 12504869.

HSL color Cylindrical-coordinate representation of color #25CFBE: hue angle of 174º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CFBE is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 207 190 -
CMYK 0.82 0 0.08 0.19
HSL 174º 0.7% 0.48% -
HSV(B) 174º 0.82% 0.81% -
XYZ 32.37 48.74 56.42 -
YUV 154.23 148.18 44.38 -
System Red Green Blue C M Y K H S L
Decimal 37 207 190 0.82 0 0.08 0.19 174 0.7 0.48
Hex 25 CF BE 52 0 8 13 AE 46 30
Octal 45 317 276 122 0 10 23 256 106 60
Binary 100101 11001111 10111110 1010010 0 1000 10011 10101110 1000110 110000

Color Harmonies of #25CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFBE

Black with #25CFBE

Text Example


Text Example

White with #25CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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