Html Css Color HEX #25CFBB Light Sea Green

📋 copy color: '#25CFBB'

red 37 ◦ green 207 ◦ blue 187

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

Shades of Light Sea Green #25CFBB

Tints of Light Sea Green #25CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 8.58%
G = 48.03%
B = 43.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#25CFBB (or 0x25CFBB) is known color: Light Sea Green. HEX triplet: 25, CF and BB. RGB value is (37,207,187). Sum of RGB (Red+Green+Blue) = 37+207+187=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFBB is #DA3044. Grayscale: #999999. Windows color (decimal): -14299205 or 12308261. OLE color: 12308261.

HSL color Cylindrical-coordinate representation of color #25CFBB: hue angle of 172.94º 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 #25CFBB is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 207 187 -
CMYK 0.82 0 0.10 0.19
HSL 172.94º 0.7% 0.48% -
HSV(B) 172.94º 0.82% 0.81% -
XYZ 32.05 48.61 54.71 -
YUV 153.89 146.68 44.63 -
System Red Green Blue C M Y K H S L
Decimal 37 207 187 0.82 0 0.10 0.19 172.94 0.7 0.48
Hex 25 CF BB 52 0 A 13 AD 46 30
Octal 45 317 273 122 0 12 23 255 106 60
Binary 100101 11001111 10111011 1010010 0 1010 10011 10101101 1000110 110000

Color Harmonies of #25CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFBB

Black with #25CFBB

Text Example


Text Example

White with #25CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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