Html Css Color HEX #269D94 Java

📋 copy color: '#269D94'

red 38 ◦ green 157 ◦ blue 148

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

Shades of Java #269D94

Tints of Java #269D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.77%

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 11.08%
G = 45.77%
B = 43.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#269D94 (or 0x269D94) is known color: Java. HEX triplet: 26, 9D and 94. RGB value is (38,157,148). Sum of RGB (Red+Green+Blue) = 38+157+148=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #269D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D94 is #D9626B. Grayscale: #787878. Windows color (decimal): -14246508 or 9739558. OLE color: 9739558.

HSL color Cylindrical-coordinate representation of color #269D94: hue angle of 175.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D94 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 157 148 -
CMYK 0.76 0 0.06 0.38
HSL 175.46º 0.61% 0.38% -
HSV(B) 175.46º 0.76% 0.62% -
XYZ 18.2 26.66 32.2 -
YUV 120.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 38 157 148 0.76 0 0.06 0.38 175.46 0.61 0.38
Hex 26 9D 94 4C 0 6 26 AF 3D 26
Octal 46 235 224 114 0 6 46 257 75 46
Binary 100110 10011101 10010100 1001100 0 110 100110 10101111 111101 100110

Color Harmonies of #269D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269D94

Black with #269D94

Text Example


Text Example

White with #269D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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