Html Css Color HEX #26825E Sea Green

📋 copy color: '#26825E'

red 38 ◦ green 130 ◦ blue 94

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

Shades of Sea Green #26825E

Tints of Sea Green #26825E

RGB

 RED value IS 38 (15.23% from 255) = 14.5%

 GREEN value IS 130 (51.17% from 255) = 49.62%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 14.5%
G = 49.62%
B = 35.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#26825E (or 0x26825E) is known color: Sea Green. HEX triplet: 26, 82 and 5E. RGB value is (38,130,94). Sum of RGB (Red+Green+Blue) = 38+130+94=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #26825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26825E is #D97DA1. Grayscale: #626262. Windows color (decimal): -14253474 or 6193702. OLE color: 6193702.

HSL color Cylindrical-coordinate representation of color #26825E: hue angle of 156.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26825E is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 94 -
CMYK 0.71 0 0.28 0.49
HSL 156.52º 0.55% 0.33% -
HSV(B) 156.52º 0.71% 0.51% -
XYZ 10.8 17.19 13.34 -
YUV 98.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 38 130 94 0.71 0 0.28 0.49 156.52 0.55 0.33
Hex 26 82 5E 47 0 1C 31 9D 37 21
Octal 46 202 136 107 0 34 61 235 67 41
Binary 100110 10000010 1011110 1000111 0 11100 110001 10011101 110111 100001

Color Harmonies of #26825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26825E

Black with #26825E

Text Example


Text Example

White with #26825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26825E; }

 p { color: rgb(38,130,94); }

 H1.HeaderClassName
 {
   color: #26825E;
 }
 .AnyTagClassName
 {
   color: #26825E;
 }
</style>

background-color css

<style>
 a { background-color: #26825E; }

 a { background-color: rgb(38,130,94); }

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

border-color css

<style>
 span { border-color: #26825E; }

 span { border-color: rgb(38,130,94); }

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