Html Css Color HEX #268052 Sea Green

📋 copy color: '#268052'

red 38 ◦ green 128 ◦ blue 82

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

Shades of Sea Green #268052

Tints of Sea Green #268052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 15.32%
G = 51.61%
B = 33.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#268052 (or 0x268052) is known color: Sea Green. HEX triplet: 26, 80 and 52. RGB value is (38,128,82). Sum of RGB (Red+Green+Blue) = 38+128+82=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #268052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268052 is #D97FAD. Grayscale: #5F5F5F. Windows color (decimal): -14253998 or 5406758. OLE color: 5406758.

HSL color Cylindrical-coordinate representation of color #268052: hue angle of 149.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268052 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 128 82 -
CMYK 0.70 0 0.36 0.50
HSL 149.33º 0.54% 0.33% -
HSV(B) 149.33º 0.7% 0.5% -
XYZ 10.04 16.46 10.63 -
YUV 95.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 38 128 82 0.70 0 0.36 0.50 149.33 0.54 0.33
Hex 26 80 52 46 0 24 32 95 36 21
Octal 46 200 122 106 0 44 62 225 66 41
Binary 100110 10000000 1010010 1000110 0 100100 110010 10010101 110110 100001

Color Harmonies of #268052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268052

Black with #268052

Text Example


Text Example

White with #268052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268052; }

 p { color: rgb(38,128,82); }

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

background-color css

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

 a { background-color: rgb(38,128,82); }

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

border-color css

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

 span { border-color: rgb(38,128,82); }

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