Html Css Color HEX #267F5D Deep Sea

📋 copy color: '#267F5D'

red 38 ◦ green 127 ◦ blue 93

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

Shades of Deep Sea #267F5D

Tints of Deep Sea #267F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 14.73%
G = 49.22%
B = 36.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#267F5D (or 0x267F5D) is known color: Deep Sea. HEX triplet: 26, 7F and 5D. RGB value is (38,127,93). Sum of RGB (Red+Green+Blue) = 38+127+93=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #267F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F5D is #D980A2. Grayscale: #606060. Windows color (decimal): -14254243 or 6127398. OLE color: 6127398.

HSL color Cylindrical-coordinate representation of color #267F5D: hue angle of 157.08º 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 #267F5D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 127 93 -
CMYK 0.70 0 0.27 0.50
HSL 157.08º 0.54% 0.32% -
HSV(B) 157.08º 0.7% 0.5% -
XYZ 10.36 16.38 12.97 -
YUV 96.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 38 127 93 0.70 0 0.27 0.50 157.08 0.54 0.32
Hex 26 7F 5D 46 0 1B 32 9D 36 20
Octal 46 177 135 106 0 33 62 235 66 40
Binary 100110 1111111 1011101 1000110 0 11011 110010 10011101 110110 100000

Color Harmonies of #267F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F5D

Black with #267F5D

Text Example


Text Example

White with #267F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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