Html Css Color HEX #267B6D Genoa

📋 copy color: '#267B6D'

red 38 ◦ green 123 ◦ blue 109

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

Shades of Genoa #267B6D

Tints of Genoa #267B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.56%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 14.07%
G = 45.56%
B = 40.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#267B6D (or 0x267B6D) is known color: Genoa. HEX triplet: 26, 7B and 6D. RGB value is (38,123,109). Sum of RGB (Red+Green+Blue) = 38+123+109=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #267B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B6D is #D98492. Grayscale: #5F5F5F. Windows color (decimal): -14255251 or 7174950. OLE color: 7174950.

HSL color Cylindrical-coordinate representation of color #267B6D: hue angle of 170.12º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B6D is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 123 109 -
CMYK 0.69 0 0.11 0.52
HSL 170.12º 0.53% 0.32% -
HSV(B) 170.12º 0.69% 0.48% -
XYZ 10.64 15.68 16.93 -
YUV 95.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 38 123 109 0.69 0 0.11 0.52 170.12 0.53 0.32
Hex 26 7B 6D 45 0 B 34 AA 35 20
Octal 46 173 155 105 0 13 64 252 65 40
Binary 100110 1111011 1101101 1000101 0 1011 110100 10101010 110101 100000

Color Harmonies of #267B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267B6D

Black with #267B6D

Text Example


Text Example

White with #267B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,123,109); }

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

background-color css

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

 a { background-color: rgb(38,123,109); }

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

border-color css

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

 span { border-color: rgb(38,123,109); }

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