Html Css Color HEX #268C55 Sea Green

📋 copy color: '#268C55'

red 38 ◦ green 140 ◦ blue 85

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

Shades of Sea Green #268C55

Tints of Sea Green #268C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 14.45%
G = 53.23%
B = 32.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#268C55 (or 0x268C55) is known color: Sea Green. HEX triplet: 26, 8C and 55. RGB value is (38,140,85). Sum of RGB (Red+Green+Blue) = 38+140+85=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #268C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C55 is #D973AA. Grayscale: #676767. Windows color (decimal): -14250923 or 5606438. OLE color: 5606438.

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

Color convert

RGB 38 140 85 -
CMYK 0.73 0 0.39 0.45
HSL 147.65º 0.57% 0.35% -
HSV(B) 147.65º 0.73% 0.55% -
XYZ 11.82 19.82 11.8 -
YUV 103.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 38 140 85 0.73 0 0.39 0.45 147.65 0.57 0.35
Hex 26 8C 55 49 0 27 2D 94 39 23
Octal 46 214 125 111 0 47 55 224 71 43
Binary 100110 10001100 1010101 1001001 0 100111 101101 10010100 111001 100011

Color Harmonies of #268C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C55

Black with #268C55

Text Example


Text Example

White with #268C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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