Html Css Color HEX #269B6D Eucalyptus

📋 copy color: '#269B6D'

red 38 ◦ green 155 ◦ blue 109

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

Shades of Eucalyptus #269B6D

Tints of Eucalyptus #269B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.32%

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

R = 12.58%
G = 51.32%
B = 36.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#269B6D (or 0x269B6D) is known color: Eucalyptus. HEX triplet: 26, 9B and 6D. RGB value is (38,155,109). Sum of RGB (Red+Green+Blue) = 38+155+109=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #269B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B6D is #D96492. Grayscale: #727272. Windows color (decimal): -14247059 or 7183142. OLE color: 7183142.

HSL color Cylindrical-coordinate representation of color #269B6D: hue angle of 156.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B6D is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 155 109 -
CMYK 0.75 0 0.30 0.39
HSL 156.41º 0.61% 0.38% -
HSV(B) 156.41º 0.75% 0.61% -
XYZ 15.28 24.96 18.48 -
YUV 114.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 38 155 109 0.75 0 0.30 0.39 156.41 0.61 0.38
Hex 26 9B 6D 4B 0 1E 27 9C 3D 26
Octal 46 233 155 113 0 36 47 234 75 46
Binary 100110 10011011 1101101 1001011 0 11110 100111 10011100 111101 100110

Color Harmonies of #269B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B6D

Black with #269B6D

Text Example


Text Example

White with #269B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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