Html Css Color HEX #268D5F Sea Green

📋 copy color: '#268D5F'

red 38 ◦ green 141 ◦ blue 95

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

Shades of Sea Green #268D5F

Tints of Sea Green #268D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.46%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 13.87%
G = 51.46%
B = 34.67%

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

#268D5F (or 0x268D5F) is known color: Sea Green. HEX triplet: 26, 8D and 5F. RGB value is (38,141,95). Sum of RGB (Red+Green+Blue) = 38+141+95=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #268D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D5F is #D972A0. Grayscale: #696969. Windows color (decimal): -14250657 or 6262054. OLE color: 6262054.

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

Color convert

RGB 38 141 95 -
CMYK 0.73 0 0.33 0.45
HSL 153.2º 0.58% 0.35% -
HSV(B) 153.2º 0.73% 0.55% -
XYZ 12.39 20.29 14.09 -
YUV 104.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 38 141 95 0.73 0 0.33 0.45 153.2 0.58 0.35
Hex 26 8D 5F 49 0 21 2D 99 3A 23
Octal 46 215 137 111 0 41 55 231 72 43
Binary 100110 10001101 1011111 1001001 0 100001 101101 10011001 111010 100011

Color Harmonies of #268D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268D5F

Black with #268D5F

Text Example


Text Example

White with #268D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,141,95); }

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

background-color css

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

 a { background-color: rgb(38,141,95); }

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

border-color css

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

 span { border-color: rgb(38,141,95); }

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