Html Css Color HEX #267F5A Sea Green

📋 copy color: '#267F5A'

red 38 ◦ green 127 ◦ blue 90

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

Shades of Sea Green #267F5A

Tints of Sea Green #267F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 49.8%

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 14.9%
G = 49.8%
B = 35.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#267F5A (or 0x267F5A) is known color: Sea Green. HEX triplet: 26, 7F and 5A. RGB value is (38,127,90). Sum of RGB (Red+Green+Blue) = 38+127+90=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #267F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F5A is #D980A5. Grayscale: #606060. Windows color (decimal): -14254246 or 5930790. OLE color: 5930790.

HSL color Cylindrical-coordinate representation of color #267F5A: hue angle of 155.06º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F5A is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 127 90 -
CMYK 0.70 0 0.29 0.50
HSL 155.06º 0.54% 0.32% -
HSV(B) 155.06º 0.7% 0.5% -
XYZ 10.23 16.33 12.29 -
YUV 96.17 124.51 86.51 -
System Red Green Blue C M Y K H S L
Decimal 38 127 90 0.70 0 0.29 0.50 155.06 0.54 0.32
Hex 26 7F 5A 46 0 1D 32 9B 36 20
Octal 46 177 132 106 0 35 62 233 66 40
Binary 100110 1111111 1011010 1000110 0 11101 110010 10011011 110110 100000

Color Harmonies of #267F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F5A

Black with #267F5A

Text Example


Text Example

White with #267F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267F5A; }

 p { color: rgb(38,127,90); }

 H1.HeaderClassName
 {
   color: #267F5A;
 }
 .AnyTagClassName
 {
   color: #267F5A;
 }
</style>

background-color css

<style>
 a { background-color: #267F5A; }

 a { background-color: rgb(38,127,90); }

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

border-color css

<style>
 span { border-color: #267F5A; }

 span { border-color: rgb(38,127,90); }

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