Html Css Color HEX #7CCBC6 Bermuda

📋 copy color: '#7CCBC6'

red 124 ◦ green 203 ◦ blue 198

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

Shades of Bermuda #7CCBC6

Tints of Bermuda #7CCBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.67%

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 23.62%
G = 38.67%
B = 37.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#7CCBC6 (or 0x7CCBC6) is known color: Bermuda. HEX triplet: 7C, CB and C6. RGB value is (124,203,198). Sum of RGB (Red+Green+Blue) = 124+203+198=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBC6 is #833439. Grayscale: #B2B2B2. Windows color (decimal): -8598586 or 13028220. OLE color: 13028220.

HSL color Cylindrical-coordinate representation of color #7CCBC6: hue angle of 176.2º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCBC6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 198 -
CMYK 0.39 0 0.02 0.20
HSL 176.2º 0.43% 0.64% -
HSV(B) 176.2º 0.39% 0.8% -
XYZ 39.86 51.07 61.18 -
YUV 178.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 124 203 198 0.39 0 0.02 0.20 176.2 0.43 0.64
Hex 7C CB C6 27 0 2 14 B0 2B 40
Octal 174 313 306 47 0 2 24 260 53 100
Binary 1111100 11001011 11000110 100111 0 10 10100 10110000 101011 1000000

Color Harmonies of #7CCBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCBC6

Black with #7CCBC6

Text Example


Text Example

White with #7CCBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,203,198); }

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

background-color css

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

 a { background-color: rgb(124,203,198); }

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

border-color css

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

 span { border-color: rgb(124,203,198); }

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