#269A4B

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

Shades of Sea Green #269A4B

Tints of Sea Green #269A4B

Color information

#269A4B (or 0x269A4B) is unknown color: approx Sea Green. HEX triplet: 26, 9A and 4B. RGB value is (38,154,75). Sum of RGB (Red+Green+Blue) = 38+154+75=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #269A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269A4B is #D965B4. Grayscale: #6E6E6E. Windows color (decimal): -14247349 or 4954662. OLE color: 4954662.

HSL color Cylindrical-coordinate representation of color #269A4B: hue angle of 139.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A4B is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB3815475-
CMYK0.7500.510.40
HSL139.14º60.42%37.65%-
HSV(B)139.14º75.32%60.39%-
XYZ13.6224.0310.58-
YUV110.31108.0776.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 154 (60.55% from 255) = 57.68%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=14.23%
G=57.68%
B=28.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38154750.7500.510.40139.1460.4237.65
Hex269A4B4B033288b3c26
Octal46232113113063502137446
Binary1001101001101010010111001011011001110100010001011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269A4B; }

 p { color: rgb(38,154,75); }

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

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

 a { background-color: rgb(38,154,75); }

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

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

 span { border-color: rgb(38,154,75); }

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