Html Css Color HEX #268B5B Sea Green

📋 copy color: '#268B5B'

red 38 ◦ green 139 ◦ blue 91

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

Shades of Sea Green #268B5B

Tints of Sea Green #268B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 14.18%
G = 51.87%
B = 33.96%

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

#268B5B (or 0x268B5B) is known color: Sea Green. HEX triplet: 26, 8B and 5B. RGB value is (38,139,91). Sum of RGB (Red+Green+Blue) = 38+139+91=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #268B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B5B is #D974A4. Grayscale: #676767. Windows color (decimal): -14251173 or 5999398. OLE color: 5999398.

HSL color Cylindrical-coordinate representation of color #268B5B: hue angle of 151.49º 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 #268B5B is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 139 91 -
CMYK 0.73 0 0.35 0.45
HSL 151.49º 0.57% 0.35% -
HSV(B) 151.49º 0.73% 0.55% -
XYZ 11.92 19.63 13.06 -
YUV 103.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 38 139 91 0.73 0 0.35 0.45 151.49 0.57 0.35
Hex 26 8B 5B 49 0 23 2D 97 39 23
Octal 46 213 133 111 0 43 55 227 71 43
Binary 100110 10001011 1011011 1001001 0 100011 101101 10010111 111001 100011

Color Harmonies of #268B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B5B

Black with #268B5B

Text Example


Text Example

White with #268B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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