Html Css Color HEX #268F5F Sea Green

📋 copy color: '#268F5F'

red 38 ◦ green 143 ◦ blue 95

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

Shades of Sea Green #268F5F

Tints of Sea Green #268F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.81%

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

R = 13.77%
G = 51.81%
B = 34.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#268F5F (or 0x268F5F) is known color: Sea Green. HEX triplet: 26, 8F and 5F. RGB value is (38,143,95). Sum of RGB (Red+Green+Blue) = 38+143+95=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #268F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F5F is #D970A0. Grayscale: #6A6A6A. Windows color (decimal): -14250145 or 6262566. OLE color: 6262566.

HSL color Cylindrical-coordinate representation of color #268F5F: hue angle of 152.57º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F5F is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 143 95 -
CMYK 0.73 0 0.34 0.44
HSL 152.57º 0.58% 0.35% -
HSV(B) 152.57º 0.73% 0.56% -
XYZ 12.69 20.88 14.19 -
YUV 106.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 38 143 95 0.73 0 0.34 0.44 152.57 0.58 0.35
Hex 26 8F 5F 49 0 22 2C 99 3A 23
Octal 46 217 137 111 0 42 54 231 72 43
Binary 100110 10001111 1011111 1001001 0 100010 101100 10011001 111010 100011

Color Harmonies of #268F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268F5F

Black with #268F5F

Text Example


Text Example

White with #268F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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