Html Css Color HEX #269799 Java

📋 copy color: '#269799'

red 38 ◦ green 151 ◦ blue 153

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

Shades of Java #269799

Tints of Java #269799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

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

R = 11.11%
G = 44.15%
B = 44.74%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#269799 (or 0x269799) is known color: Java. HEX triplet: 26, 97 and 99. RGB value is (38,151,153). Sum of RGB (Red+Green+Blue) = 38+151+153=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #269799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269799 is #D96866. Grayscale: #757575. Windows color (decimal): -14248039 or 10065702. OLE color: 10065702.

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

Color convert

RGB 38 151 153 -
CMYK 0.75 0.01 0 0.4
HSL 181.04º 0.6% 0.37% -
HSV(B) 181.04º 0.75% 0.6% -
XYZ 17.62 24.85 34 -
YUV 117.44 148.06 71.34 -
System Red Green Blue C M Y K H S L
Decimal 38 151 153 0.75 0.01 0 0.4 181.04 0.6 0.37
Hex 26 97 99 4B 1 0 28 B5 3C 25
Octal 46 227 231 113 1 0 50 265 74 45
Binary 100110 10010111 10011001 1001011 1 0 101000 10110101 111100 100101

Color Harmonies of #269799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269799

Black with #269799

Text Example


Text Example

White with #269799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269799; }

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

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

background-color css

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

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

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

border-color css

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

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

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