Html Css Color HEX #269A99 Java

📋 copy color: '#269A99'

red 38 ◦ green 154 ◦ blue 153

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

Shades of Java #269A99

Tints of Java #269A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.64%

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

R = 11.01%
G = 44.64%
B = 44.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#269A99 (or 0x269A99) is known color: Java. HEX triplet: 26, 9A and 99. RGB value is (38,154,153). Sum of RGB (Red+Green+Blue) = 38+154+153=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #269A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A99 is #D96566. Grayscale: #777777. Windows color (decimal): -14247271 or 10066470. OLE color: 10066470.

HSL color Cylindrical-coordinate representation of color #269A99: hue angle of 179.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A99 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 154 153 -
CMYK 0.75 0 0.01 0.40
HSL 179.48º 0.6% 0.38% -
HSV(B) 179.48º 0.75% 0.6% -
XYZ 18.1 25.82 34.17 -
YUV 119.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 38 154 153 0.75 0 0.01 0.40 179.48 0.6 0.38
Hex 26 9A 99 4B 0 1 28 B3 3C 26
Octal 46 232 231 113 0 1 50 263 74 46
Binary 100110 10011010 10011001 1001011 0 1 101000 10110011 111100 100110

Color Harmonies of #269A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269A99

Black with #269A99

Text Example


Text Example

White with #269A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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