Html Css Color HEX #269499 Java

📋 copy color: '#269499'

red 38 ◦ green 148 ◦ blue 153

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

Shades of Java #269499

Tints of Java #269499

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 38 148 153 -
CMYK 0.75 0.03 0 0.4
HSL 182.61º 0.6% 0.37% -
HSV(B) 182.61º 0.75% 0.6% -
XYZ 17.14 23.89 33.85 -
YUV 115.68 149.06 72.59 -
System Red Green Blue C M Y K H S L
Decimal 38 148 153 0.75 0.03 0 0.4 182.61 0.6 0.37
Hex 26 94 99 4B 3 0 28 B7 3C 25
Octal 46 224 231 113 3 0 50 267 74 45
Binary 100110 10010100 10011001 1001011 11 0 101000 10110111 111100 100101

Color Harmonies of #269499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269499

Black with #269499

Text Example


Text Example

White with #269499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269499; }

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

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

background-color css

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

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

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

border-color css

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

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

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