Html Css Color HEX #269594 Java

📋 copy color: '#269594'

red 38 ◦ green 149 ◦ blue 148

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

Shades of Java #269594

Tints of Java #269594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 11.34%
G = 44.48%
B = 44.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#269594 (or 0x269594) is known color: Java. HEX triplet: 26, 95 and 94. RGB value is (38,149,148). Sum of RGB (Red+Green+Blue) = 38+149+148=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #269594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269594 is #D96A6B. Grayscale: #737373. Windows color (decimal): -14248556 or 9737510. OLE color: 9737510.

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

Color convert

RGB 38 149 148 -
CMYK 0.74 0 0.01 0.42
HSL 179.46º 0.59% 0.37% -
HSV(B) 179.46º 0.74% 0.58% -
XYZ 16.89 24.05 31.77 -
YUV 115.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 38 149 148 0.74 0 0.01 0.42 179.46 0.59 0.37
Hex 26 95 94 4A 0 1 2A B3 3B 25
Octal 46 225 224 112 0 1 52 263 73 45
Binary 100110 10010101 10010100 1001010 0 1 101010 10110011 111011 100101

Color Harmonies of #269594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269594

Black with #269594

Text Example


Text Example

White with #269594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269594; }

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

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

background-color css

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

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

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

border-color css

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

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

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