Html Css Color HEX #7CCEBC Bermuda

📋 copy color: '#7CCEBC'

red 124 ◦ green 206 ◦ blue 188

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

Shades of Bermuda #7CCEBC

Tints of Bermuda #7CCEBC

RGB

 RED value IS 124 (48.83% from 255) = 23.94%

 GREEN value IS 206 (80.86% from 255) = 39.77%

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 23.94%
G = 39.77%
B = 36.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#7CCEBC (or 0x7CCEBC) is known color: Bermuda. HEX triplet: 7C, CE and BC. RGB value is (124,206,188). Sum of RGB (Red+Green+Blue) = 124+206+188=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEBC is #833143. Grayscale: #B3B3B3. Windows color (decimal): -8597828 or 12373628. OLE color: 12373628.

HSL color Cylindrical-coordinate representation of color #7CCEBC: hue angle of 166.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEBC is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 206 188 -
CMYK 0.40 0 0.09 0.19
HSL 166.83º 0.46% 0.65% -
HSV(B) 166.83º 0.4% 0.81% -
XYZ 39.46 52.06 55.55 -
YUV 179.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 124 206 188 0.40 0 0.09 0.19 166.83 0.46 0.65
Hex 7C CE BC 28 0 9 13 A7 2E 41
Octal 174 316 274 50 0 11 23 247 56 101
Binary 1111100 11001110 10111100 101000 0 1001 10011 10100111 101110 1000001

Color Harmonies of #7CCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCEBC

Black with #7CCEBC

Text Example


Text Example

White with #7CCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CCEBC; }

 p { color: rgb(124,206,188); }

 H1.HeaderClassName
 {
   color: #7CCEBC;
 }
 .AnyTagClassName
 {
   color: #7CCEBC;
 }
</style>

background-color css

<style>
 a { background-color: #7CCEBC; }

 a { background-color: rgb(124,206,188); }

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

border-color css

<style>
 span { border-color: #7CCEBC; }

 span { border-color: rgb(124,206,188); }

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