Html Css Color HEX #7BCECC Bermuda

📋 copy color: '#7BCECC'

red 123 ◦ green 206 ◦ blue 204

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

Shades of Bermuda #7BCECC

Tints of Bermuda #7BCECC

RGB

 RED value IS 123 (48.44% from 255) = 23.08%

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

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

R = 23.08%
G = 38.65%
B = 38.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#7BCECC (or 0x7BCECC) is known color: Bermuda. HEX triplet: 7B, CE and CC. RGB value is (123,206,204). Sum of RGB (Red+Green+Blue) = 123+206+204=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCECC is #843133. Grayscale: #B4B4B4. Windows color (decimal): -8663348 or 13422203. OLE color: 13422203.

HSL color Cylindrical-coordinate representation of color #7BCECC: hue angle of 178.55º 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 #7BCECC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 206 204 -
CMYK 0.40 0 0.01 0.19
HSL 178.55º 0.46% 0.65% -
HSV(B) 178.55º 0.4% 0.81% -
XYZ 41.14 52.71 65.13 -
YUV 180.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 123 206 204 0.40 0 0.01 0.19 178.55 0.46 0.65
Hex 7B CE CC 28 0 1 13 B3 2E 41
Octal 173 316 314 50 0 1 23 263 56 101
Binary 1111011 11001110 11001100 101000 0 1 10011 10110011 101110 1000001

Color Harmonies of #7BCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCECC

Black with #7BCECC

Text Example


Text Example

White with #7BCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,206,204); }

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

background-color css

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

 a { background-color: rgb(123,206,204); }

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

border-color css

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

 span { border-color: rgb(123,206,204); }

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