Html Css Color HEX #267661 Deep Sea

📋 copy color: '#267661'

red 38 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #267661

Tints of Deep Sea #267661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 15.02%
G = 46.64%
B = 38.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#267661 (or 0x267661) is known color: Deep Sea. HEX triplet: 26, 76 and 61. RGB value is (38,118,97). Sum of RGB (Red+Green+Blue) = 38+118+97=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #267661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267661 is #D9899E. Grayscale: #5B5B5B. Windows color (decimal): -14256543 or 6387238. OLE color: 6387238.

HSL color Cylindrical-coordinate representation of color #267661: hue angle of 164.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267661 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 97 -
CMYK 0.68 0 0.18 0.54
HSL 164.25º 0.51% 0.31% -
HSV(B) 164.25º 0.68% 0.46% -
XYZ 9.44 14.23 13.56 -
YUV 91.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 38 118 97 0.68 0 0.18 0.54 164.25 0.51 0.31
Hex 26 76 61 44 0 12 36 A4 33 1F
Octal 46 166 141 104 0 22 66 244 63 37
Binary 100110 1110110 1100001 1000100 0 10010 110110 10100100 110011 11111

Color Harmonies of #267661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267661

Black with #267661

Text Example


Text Example

White with #267661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267661; }

 p { color: rgb(38,118,97); }

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

background-color css

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

 a { background-color: rgb(38,118,97); }

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

border-color css

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

 span { border-color: rgb(38,118,97); }

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