Html Css Color HEX #23948E Java

📋 copy color: '#23948E'

red 35 ◦ green 148 ◦ blue 142

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

Shades of Java #23948E

Tints of Java #23948E

RGB

 RED value IS 35 (14.06% from 255) = 10.77%

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 10.77%
G = 45.54%
B = 43.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#23948E (or 0x23948E) is known color: Java. HEX triplet: 23, 94 and 8E. RGB value is (35,148,142). Sum of RGB (Red+Green+Blue) = 35+148+142=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #23948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23948E is #DC6B71. Grayscale: #717171. Windows color (decimal): -14445426 or 9344035. OLE color: 9344035.

HSL color Cylindrical-coordinate representation of color #23948E: hue angle of 176.81º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23948E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 148 142 -
CMYK 0.76 0 0.04 0.42
HSL 176.81º 0.62% 0.36% -
HSV(B) 176.81º 0.76% 0.58% -
XYZ 16.17 23.49 29.27 -
YUV 113.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 35 148 142 0.76 0 0.04 0.42 176.81 0.62 0.36
Hex 23 94 8E 4C 0 4 2A B1 3E 24
Octal 43 224 216 114 0 4 52 261 76 44
Binary 100011 10010100 10001110 1001100 0 100 101010 10110001 111110 100100

Color Harmonies of #23948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23948E

Black with #23948E

Text Example


Text Example

White with #23948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23948E; }

 p { color: rgb(35,148,142); }

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

background-color css

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

 a { background-color: rgb(35,148,142); }

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

border-color css

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

 span { border-color: rgb(35,148,142); }

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