#238552

Color #238552 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #238552

Tints of Sea Green #238552

Color information

#238552 (or 0x238552) is unknown color: approx Sea Green. HEX triplet: 23, 85 and 52. RGB value is (35,133,82). Sum of RGB (Red+Green+Blue) = 35+133+82=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #238552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238552 is #DC7AAD. Grayscale: #616161. Windows color (decimal): -14449326 or 5408035. OLE color: 5408035.

HSL color Cylindrical-coordinate representation of color #238552: hue angle of 148.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238552 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB3513382-
CMYK0.7400.380.48
HSL148.78º58.33%32.94%-
HSV(B)148.78º73.68%52.16%-
XYZ10.617.7410.85-
YUV97.88119.0383.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=14%
G=53.2%
B=32.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35133820.7400.380.48148.7858.3332.94
Hex2385524A02630953a21
Octal43205122112046602257241
Binary1000111000010110100101001010010011011000010010101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238552; }

 p { color: rgb(35,133,82); }

 H1.HeaderClassName
 {
   color: #238552;
 }
 .AnyTagClassName
 {
   color: #238552;
 }
</style>
background-color css

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

 a { background-color: rgb(35,133,82); }

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

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

 span { border-color: rgb(35,133,82); }

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