Html Css Color HEX #268B5C Sea Green

📋 copy color: '#268B5C'

red 38 ◦ green 139 ◦ blue 92

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

Shades of Sea Green #268B5C

Tints of Sea Green #268B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 14.13%
G = 51.67%
B = 34.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#268B5C (or 0x268B5C) is known color: Sea Green. HEX triplet: 26, 8B and 5C. RGB value is (38,139,92). Sum of RGB (Red+Green+Blue) = 38+139+92=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #268B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B5C is #D974A3. Grayscale: #676767. Windows color (decimal): -14251172 or 6064934. OLE color: 6064934.

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

Color convert

RGB 38 139 92 -
CMYK 0.73 0 0.34 0.45
HSL 152.08º 0.57% 0.35% -
HSV(B) 152.08º 0.73% 0.55% -
XYZ 11.96 19.65 13.29 -
YUV 103.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 38 139 92 0.73 0 0.34 0.45 152.08 0.57 0.35
Hex 26 8B 5C 49 0 22 2D 98 39 23
Octal 46 213 134 111 0 42 55 230 71 43
Binary 100110 10001011 1011100 1001001 0 100010 101101 10011000 111001 100011

Color Harmonies of #268B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B5C

Black with #268B5C

Text Example


Text Example

White with #268B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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