Html Css Color HEX #269699 Java

📋 copy color: '#269699'

red 38 ◦ green 150 ◦ blue 153

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

Shades of Java #269699

Tints of Java #269699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

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

R = 11.14%
G = 43.99%
B = 44.87%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#269699 (or 0x269699) is known color: Java. HEX triplet: 26, 96 and 99. RGB value is (38,150,153). Sum of RGB (Red+Green+Blue) = 38+150+153=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #269699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269699 is #D96966. Grayscale: #747474. Windows color (decimal): -14248295 or 10065446. OLE color: 10065446.

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

Color convert

RGB 38 150 153 -
CMYK 0.75 0.02 0 0.4
HSL 181.57º 0.6% 0.37% -
HSV(B) 181.57º 0.75% 0.6% -
XYZ 17.46 24.52 33.95 -
YUV 116.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 38 150 153 0.75 0.02 0 0.4 181.57 0.6 0.37
Hex 26 96 99 4B 2 0 28 B6 3C 25
Octal 46 226 231 113 2 0 50 266 74 45
Binary 100110 10010110 10011001 1001011 10 0 101000 10110110 111100 100101

Color Harmonies of #269699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269699

Black with #269699

Text Example


Text Example

White with #269699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269699; }

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

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

background-color css

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

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

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

border-color css

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

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

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