Html Css Color HEX #267761 Deep Sea

📋 copy color: '#267761'

red 38 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #267761

Tints of Deep Sea #267761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 14.96%
G = 46.85%
B = 38.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#267761 (or 0x267761) is known color: Deep Sea. HEX triplet: 26, 77 and 61. RGB value is (38,119,97). Sum of RGB (Red+Green+Blue) = 38+119+97=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #267761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267761 is #D9889E. Grayscale: #5C5C5C. Windows color (decimal): -14256287 or 6387494. OLE color: 6387494.

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

Color convert

RGB 38 119 97 -
CMYK 0.68 0 0.18 0.53
HSL 163.7º 0.52% 0.31% -
HSV(B) 163.7º 0.68% 0.47% -
XYZ 9.55 14.47 13.6 -
YUV 92.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 38 119 97 0.68 0 0.18 0.53 163.7 0.52 0.31
Hex 26 77 61 44 0 12 35 A4 34 1F
Octal 46 167 141 104 0 22 65 244 64 37
Binary 100110 1110111 1100001 1000100 0 10010 110101 10100100 110100 11111

Color Harmonies of #267761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267761

Black with #267761

Text Example


Text Example

White with #267761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267761; }

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

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

background-color css

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

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

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

border-color css

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

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

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