Html Css Color HEX #269695 Java

📋 copy color: '#269695'

red 38 ◦ green 150 ◦ blue 149

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

Shades of Java #269695

Tints of Java #269695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 11.28%
G = 44.51%
B = 44.21%

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

#269695 (or 0x269695) is known color: Java. HEX triplet: 26, 96 and 95. RGB value is (38,150,149). Sum of RGB (Red+Green+Blue) = 38+150+149=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #269695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269695 is #D9696A. Grayscale: #747474. Windows color (decimal): -14248299 or 9803302. OLE color: 9803302.

HSL color Cylindrical-coordinate representation of color #269695: hue angle of 179.46º 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 #269695 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 150 149 -
CMYK 0.75 0 0.01 0.41
HSL 179.46º 0.6% 0.37% -
HSV(B) 179.46º 0.75% 0.59% -
XYZ 17.13 24.39 32.24 -
YUV 116.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 38 150 149 0.75 0 0.01 0.41 179.46 0.6 0.37
Hex 26 96 95 4B 0 1 29 B3 3C 25
Octal 46 226 225 113 0 1 51 263 74 45
Binary 100110 10010110 10010101 1001011 0 1 101001 10110011 111100 100101

Color Harmonies of #269695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269695

Black with #269695

Text Example


Text Example

White with #269695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269695; }

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

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

background-color css

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

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

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

border-color css

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

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

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