Html Css Color HEX #8CBEB2 Shadow Green

📋 copy color: '#8CBEB2'

red 140 ◦ green 190 ◦ blue 178

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

Shades of Shadow Green #8CBEB2

Tints of Shadow Green #8CBEB2

RGB

 RED value IS 140 (55.08% from 255) = 27.56%

 GREEN value IS 190 (74.61% from 255) = 37.4%

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 27.56%
G = 37.4%
B = 35.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#8CBEB2 (or 0x8CBEB2) is known color: Shadow Green. HEX triplet: 8C, BE and B2. RGB value is (140,190,178). Sum of RGB (Red+Green+Blue) = 140+190+178=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEB2 is #73414D. Grayscale: #ADADAD. Windows color (decimal): -7553358 or 11714188. OLE color: 11714188.

HSL color Cylindrical-coordinate representation of color #8CBEB2: hue angle of 165.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBEB2 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 178 -
CMYK 0.26 0 0.06 0.25
HSL 165.6º 0.28% 0.65% -
HSV(B) 165.6º 0.26% 0.75% -
XYZ 37.26 45.62 48.96 -
YUV 173.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 140 190 178 0.26 0 0.06 0.25 165.6 0.28 0.65
Hex 8C BE B2 1A 0 6 19 A6 1C 41
Octal 214 276 262 32 0 6 31 246 34 101
Binary 10001100 10111110 10110010 11010 0 110 11001 10100110 11100 1000001

Color Harmonies of #8CBEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBEB2

Black with #8CBEB2

Text Example


Text Example

White with #8CBEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBEB2; }

 p { color: rgb(140,190,178); }

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

background-color css

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

 a { background-color: rgb(140,190,178); }

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

border-color css

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

 span { border-color: rgb(140,190,178); }

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