Html Css Color HEX #269B95 Java

📋 copy color: '#269B95'

red 38 ◦ green 155 ◦ blue 149

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

Shades of Java #269B95

Tints of Java #269B95

RGB

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

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

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

R = 11.11%
G = 45.32%
B = 43.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#269B95 (or 0x269B95) is known color: Java. HEX triplet: 26, 9B and 95. RGB value is (38,155,149). Sum of RGB (Red+Green+Blue) = 38+155+149=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #269B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B95 is #D9646A. Grayscale: #777777. Windows color (decimal): -14247019 or 9804582. OLE color: 9804582.

HSL color Cylindrical-coordinate representation of color #269B95: hue angle of 176.92º 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 #269B95 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 155 149 -
CMYK 0.75 0 0.04 0.39
HSL 176.92º 0.61% 0.38% -
HSV(B) 176.92º 0.75% 0.61% -
XYZ 17.95 26.02 32.51 -
YUV 119.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 38 155 149 0.75 0 0.04 0.39 176.92 0.61 0.38
Hex 26 9B 95 4B 0 4 27 B1 3D 26
Octal 46 233 225 113 0 4 47 261 75 46
Binary 100110 10011011 10010101 1001011 0 100 100111 10110001 111101 100110

Color Harmonies of #269B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B95

Black with #269B95

Text Example


Text Example

White with #269B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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