Html Css Color HEX #7ECFCB Bermuda

📋 copy color: '#7ECFCB'

red 126 ◦ green 207 ◦ blue 203

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

Shades of Bermuda #7ECFCB

Tints of Bermuda #7ECFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

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

R = 23.51%
G = 38.62%
B = 37.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#7ECFCB (or 0x7ECFCB) is known color: Bermuda. HEX triplet: 7E, CF and CB. RGB value is (126,207,203). Sum of RGB (Red+Green+Blue) = 126+207+203=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFCB is #813034. Grayscale: #B6B6B6. Windows color (decimal): -8466485 or 13356926. OLE color: 13356926.

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

Color convert

RGB 126 207 203 -
CMYK 0.39 0 0.02 0.19
HSL 177.04º 0.46% 0.65% -
HSV(B) 177.04º 0.39% 0.81% -
XYZ 41.7 53.37 64.6 -
YUV 182.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 126 207 203 0.39 0 0.02 0.19 177.04 0.46 0.65
Hex 7E CF CB 27 0 2 13 B1 2E 41
Octal 176 317 313 47 0 2 23 261 56 101
Binary 1111110 11001111 11001011 100111 0 10 10011 10110001 101110 1000001

Color Harmonies of #7ECFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECFCB

Black with #7ECFCB

Text Example


Text Example

White with #7ECFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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