Html Css Color HEX #269994 Java

📋 copy color: '#269994'

red 38 ◦ green 153 ◦ blue 148

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

Shades of Java #269994

Tints of Java #269994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.13%

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

R = 11.21%
G = 45.13%
B = 43.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#269994 (or 0x269994) is known color: Java. HEX triplet: 26, 99 and 94. RGB value is (38,153,148). Sum of RGB (Red+Green+Blue) = 38+153+148=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #269994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269994 is #D9666B. Grayscale: #757575. Windows color (decimal): -14247532 or 9738534. OLE color: 9738534.

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

Color convert

RGB 38 153 148 -
CMYK 0.75 0 0.03 0.4
HSL 177.39º 0.6% 0.37% -
HSV(B) 177.39º 0.75% 0.6% -
XYZ 17.54 25.33 31.98 -
YUV 118.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 38 153 148 0.75 0 0.03 0.4 177.39 0.6 0.37
Hex 26 99 94 4B 0 3 28 B1 3C 25
Octal 46 231 224 113 0 3 50 261 74 45
Binary 100110 10011001 10010100 1001011 0 11 101000 10110001 111100 100101

Color Harmonies of #269994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269994

Black with #269994

Text Example


Text Example

White with #269994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269994; }

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

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

background-color css

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

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

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

border-color css

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

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

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