Html Css Color HEX #269C94 Java

📋 copy color: '#269C94'

red 38 ◦ green 156 ◦ blue 148

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

Shades of Java #269C94

Tints of Java #269C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.61%

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

R = 11.11%
G = 45.61%
B = 43.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#269C94 (or 0x269C94) is known color: Java. HEX triplet: 26, 9C and 94. RGB value is (38,156,148). Sum of RGB (Red+Green+Blue) = 38+156+148=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #269C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C94 is #D9636B. Grayscale: #777777. Windows color (decimal): -14246764 or 9739302. OLE color: 9739302.

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

Color convert

RGB 38 156 148 -
CMYK 0.76 0 0.05 0.39
HSL 175.93º 0.61% 0.38% -
HSV(B) 175.93º 0.76% 0.61% -
XYZ 18.03 26.33 32.15 -
YUV 119.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 38 156 148 0.76 0 0.05 0.39 175.93 0.61 0.38
Hex 26 9C 94 4C 0 5 27 B0 3D 26
Octal 46 234 224 114 0 5 47 260 75 46
Binary 100110 10011100 10010100 1001100 0 101 100111 10110000 111101 100110

Color Harmonies of #269C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C94

Black with #269C94

Text Example


Text Example

White with #269C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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