Html Css Color HEX #268A4B Sea Green

📋 copy color: '#268A4B'

red 38 ◦ green 138 ◦ blue 75

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

Shades of Sea Green #268A4B

Tints of Sea Green #268A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.98%

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 15.14%
G = 54.98%
B = 29.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#268A4B (or 0x268A4B) is known color: Sea Green. HEX triplet: 26, 8A and 4B. RGB value is (38,138,75). Sum of RGB (Red+Green+Blue) = 38+138+75=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #268A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268A4B is #D975B4. Grayscale: #656565. Windows color (decimal): -14251445 or 4950566. OLE color: 4950566.

HSL color Cylindrical-coordinate representation of color #268A4B: hue angle of 142.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A4B is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 138 75 -
CMYK 0.72 0 0.46 0.46
HSL 142.2º 0.57% 0.35% -
HSV(B) 142.2º 0.72% 0.54% -
XYZ 11.16 19.1 9.75 -
YUV 100.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 38 138 75 0.72 0 0.46 0.46 142.2 0.57 0.35
Hex 26 8A 4B 48 0 2E 2E 8E 39 23
Octal 46 212 113 110 0 56 56 216 71 43
Binary 100110 10001010 1001011 1001000 0 101110 101110 10001110 111001 100011

Color Harmonies of #268A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268A4B

Black with #268A4B

Text Example


Text Example

White with #268A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,138,75); }

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

background-color css

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

 a { background-color: rgb(38,138,75); }

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

border-color css

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

 span { border-color: rgb(38,138,75); }

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