Html Css Color HEX #269993 Java

📋 copy color: '#269993'

red 38 ◦ green 153 ◦ blue 147

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

Shades of Java #269993

Tints of Java #269993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 11.24%
G = 45.27%
B = 43.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#269993 (or 0x269993) is known color: Java. HEX triplet: 26, 99 and 93. RGB value is (38,153,147). Sum of RGB (Red+Green+Blue) = 38+153+147=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #269993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269993 is #D9666C. Grayscale: #757575. Windows color (decimal): -14247533 or 9672998. OLE color: 9672998.

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

Color convert

RGB 38 153 147 -
CMYK 0.75 0 0.04 0.4
HSL 176.87º 0.6% 0.37% -
HSV(B) 176.87º 0.75% 0.6% -
XYZ 17.46 25.3 31.57 -
YUV 117.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 38 153 147 0.75 0 0.04 0.4 176.87 0.6 0.37
Hex 26 99 93 4B 0 4 28 B1 3C 25
Octal 46 231 223 113 0 4 50 261 74 45
Binary 100110 10011001 10010011 1001011 0 100 101000 10110001 111100 100101

Color Harmonies of #269993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269993

Black with #269993

Text Example


Text Example

White with #269993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269993; }

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

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

background-color css

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

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

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

border-color css

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

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

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