Html Css Color HEX #268C5E Sea Green

📋 copy color: '#268C5E'

red 38 ◦ green 140 ◦ blue 94

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

Shades of Sea Green #268C5E

Tints of Sea Green #268C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.47%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 13.97%
G = 51.47%
B = 34.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#268C5E (or 0x268C5E) is known color: Sea Green. HEX triplet: 26, 8C and 5E. RGB value is (38,140,94). Sum of RGB (Red+Green+Blue) = 38+140+94=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #268C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C5E is #D973A1. Grayscale: #686868. Windows color (decimal): -14250914 or 6196262. OLE color: 6196262.

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

Color convert

RGB 38 140 94 -
CMYK 0.73 0 0.33 0.45
HSL 152.94º 0.57% 0.35% -
HSV(B) 152.94º 0.73% 0.55% -
XYZ 12.2 19.98 13.8 -
YUV 104.26 122.21 80.74 -
System Red Green Blue C M Y K H S L
Decimal 38 140 94 0.73 0 0.33 0.45 152.94 0.57 0.35
Hex 26 8C 5E 49 0 21 2D 99 39 23
Octal 46 214 136 111 0 41 55 231 71 43
Binary 100110 10001100 1011110 1001001 0 100001 101101 10011001 111001 100011

Color Harmonies of #268C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C5E

Black with #268C5E

Text Example


Text Example

White with #268C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,140,94); }

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

background-color css

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

 a { background-color: rgb(38,140,94); }

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

border-color css

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

 span { border-color: rgb(38,140,94); }

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