Html Css Color HEX #388E99 Scooter

📋 copy color: '#388E99'

red 56 ◦ green 142 ◦ blue 153

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

Shades of Scooter #388E99

Tints of Scooter #388E99

RGB

 RED value IS 56 (22.27% from 255) = 15.95%

 GREEN value IS 142 (55.86% from 255) = 40.46%

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

R = 15.95%
G = 40.46%
B = 43.59%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388E99 (or 0x388E99) is known color: Scooter. HEX triplet: 38, 8E and 99. RGB value is (56,142,153). Sum of RGB (Red+Green+Blue) = 56+142+153=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #388E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E99 is #C77166. Grayscale: #757575. Windows color (decimal): -13070695 or 10063416. OLE color: 10063416.

HSL color Cylindrical-coordinate representation of color #388E99: hue angle of 186.8º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388E99 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 142 153 -
CMYK 0.63 0.07 0 0.4
HSL 186.8º 0.46% 0.41% -
HSV(B) 186.8º 0.63% 0.6% -
XYZ 17.05 22.49 33.58 -
YUV 117.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 56 142 153 0.63 0.07 0 0.4 186.8 0.46 0.41
Hex 38 8E 99 3F 7 0 28 BB 2E 29
Octal 70 216 231 77 7 0 50 273 56 51
Binary 111000 10001110 10011001 111111 111 0 101000 10111011 101110 101001

Color Harmonies of #388E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388E99

Black with #388E99

Text Example


Text Example

White with #388E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388E99; }

 p { color: rgb(56,142,153); }

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

background-color css

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

 a { background-color: rgb(56,142,153); }

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

border-color css

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

 span { border-color: rgb(56,142,153); }

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