Html Css Color HEX #269796 Java

📋 copy color: '#269796'

red 38 ◦ green 151 ◦ blue 150

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

Shades of Java #269796

Tints of Java #269796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.54%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 11.21%
G = 44.54%
B = 44.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#269796 (or 0x269796) is known color: Java. HEX triplet: 26, 97 and 96. RGB value is (38,151,150). Sum of RGB (Red+Green+Blue) = 38+151+150=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #269796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269796 is #D96869. Grayscale: #747474. Windows color (decimal): -14248042 or 9869094. OLE color: 9869094.

HSL color Cylindrical-coordinate representation of color #269796: hue angle of 179.47º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269796 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 151 150 -
CMYK 0.75 0 0.01 0.41
HSL 179.47º 0.6% 0.37% -
HSV(B) 179.47º 0.75% 0.59% -
XYZ 17.37 24.75 32.72 -
YUV 117.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 38 151 150 0.75 0 0.01 0.41 179.47 0.6 0.37
Hex 26 97 96 4B 0 1 29 B3 3C 25
Octal 46 227 226 113 0 1 51 263 74 45
Binary 100110 10010111 10010110 1001011 0 1 101001 10110011 111100 100101

Color Harmonies of #269796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269796

Black with #269796

Text Example


Text Example

White with #269796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269796; }

 p { color: rgb(38,151,150); }

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

background-color css

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

 a { background-color: rgb(38,151,150); }

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

border-color css

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

 span { border-color: rgb(38,151,150); }

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