Html Css Color HEX #7ECCCB Bermuda

📋 copy color: '#7ECCCB'

red 126 ◦ green 204 ◦ blue 203

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

Shades of Bermuda #7ECCCB

Tints of Bermuda #7ECCCB

RGB

 RED value IS 126 (49.61% from 255) = 23.64%

 GREEN value IS 204 (80.08% from 255) = 38.27%

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 23.64%
G = 38.27%
B = 38.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#7ECCCB (or 0x7ECCCB) is known color: Bermuda. HEX triplet: 7E, CC and CB. RGB value is (126,204,203). Sum of RGB (Red+Green+Blue) = 126+204+203=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCCB is #813334. Grayscale: #B4B4B4. Windows color (decimal): -8467253 or 13356158. OLE color: 13356158.

HSL color Cylindrical-coordinate representation of color #7ECCCB: hue angle of 179.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCCB is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 204 203 -
CMYK 0.38 0 0.00 0.2
HSL 179.23º 0.43% 0.65% -
HSV(B) 179.23º 0.38% 0.8% -
XYZ 40.98 51.93 64.36 -
YUV 180.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 126 204 203 0.38 0 0.00 0.2 179.23 0.43 0.65
Hex 7E CC CB 26 0 0 14 B3 2B 41
Octal 176 314 313 46 0 0 24 263 53 101
Binary 1111110 11001100 11001011 100110 0 0 10100 10110011 101011 1000001

Color Harmonies of #7ECCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECCCB

Black with #7ECCCB

Text Example


Text Example

White with #7ECCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,204,203); }

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

background-color css

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

 a { background-color: rgb(126,204,203); }

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

border-color css

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

 span { border-color: rgb(126,204,203); }

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