Html Css Color HEX #268B5A Sea Green

📋 copy color: '#268B5A'

red 38 ◦ green 139 ◦ blue 90

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

Shades of Sea Green #268B5A

Tints of Sea Green #268B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.06%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 14.23%
G = 52.06%
B = 33.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#268B5A (or 0x268B5A) is known color: Sea Green. HEX triplet: 26, 8B and 5A. RGB value is (38,139,90). Sum of RGB (Red+Green+Blue) = 38+139+90=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #268B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B5A is #D974A5. Grayscale: #676767. Windows color (decimal): -14251174 or 5933862. OLE color: 5933862.

HSL color Cylindrical-coordinate representation of color #268B5A: hue angle of 150.89º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B5A is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 139 90 -
CMYK 0.73 0 0.35 0.45
HSL 150.89º 0.57% 0.35% -
HSV(B) 150.89º 0.73% 0.55% -
XYZ 11.88 19.62 12.83 -
YUV 103.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 38 139 90 0.73 0 0.35 0.45 150.89 0.57 0.35
Hex 26 8B 5A 49 0 23 2D 97 39 23
Octal 46 213 132 111 0 43 55 227 71 43
Binary 100110 10001011 1011010 1001001 0 100011 101101 10010111 111001 100011

Color Harmonies of #268B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B5A

Black with #268B5A

Text Example


Text Example

White with #268B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268B5A; }

 p { color: rgb(38,139,90); }

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

background-color css

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

 a { background-color: rgb(38,139,90); }

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

border-color css

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

 span { border-color: rgb(38,139,90); }

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